Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1022 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
8635 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8636 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8692 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
940 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function