Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1111 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp10205 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
10206 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
10262 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h988 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function