Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
622 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
5133 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()5134 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()5183 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
522 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function