Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSema.cpp1108 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
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/
DSema.h955 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function