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.cpp1165 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp7452 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
7453 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
7506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1093 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool() function