Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
652 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
6414 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()6415 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()6464 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
596 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function