Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1233 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
8293 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8294 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8347 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
1358 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool() function