Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp598 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaDeclAttr.cpp4776 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
4777 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
4826 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
/external/clang/include/clang/Sema/
DSema.h510 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool() function