Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1080 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
8765 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8766 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8822 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
947 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function