Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp661 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaDeclAttr.cpp5899 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5900 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5949 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/external/clang/include/clang/Sema/
DSema.h564 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function