Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
598 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
4776 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()4777 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()4826 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
510 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function