Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1106 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
9449 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()9450 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()9506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
954 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function