Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp866 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp7861 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
7862 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
7918 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h691 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function