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

/external/clang/lib/Sema/
H A DSema.cpp507 assert(DelayedDiagnostics.getCurrentPool() == NULL
H A DSemaDeclAttr.cpp4753 assert(DelayedDiagnostics.getCurrentPool());
4754 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
4801 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
/external/clang/include/clang/Sema/
H A DSema.h392 sema::DelayedDiagnosticPool *getCurrentPool() const { function in class:clang::Sema::DelayedDiagnostics

Completed in 99 milliseconds