Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
1108 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
9704 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()9705 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()9761 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
955 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function