Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance
866 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
7861 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()7862 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()7918 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
691 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function