Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp652 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaDeclAttr.cpp6414 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
6415 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
6464 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/external/clang/include/clang/Sema/
DSema.h596 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function