Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1022 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp8635 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
8636 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8692 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h940 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function