Home
last modified time | relevance | path

Searched refs:getCurrentPool (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp643 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
HDSemaDeclAttr.cpp5449 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5450 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5499 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h564 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function