Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1108 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp9704 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
9705 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
9761 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h955 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function