Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp622 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp5133 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5134 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5183 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h522 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function