Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1080 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp8765 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
8766 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8822 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h947 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function