Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
661 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
5899 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()5900 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()5949 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
564 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function