Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1165 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
7452 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()7453 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()7506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
1093 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool() function