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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp546 assert(DelayedDiagnostics.getCurrentPool() == NULL
H A DSemaDeclAttr.cpp5265 assert(DelayedDiagnostics.getCurrentPool());
5266 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
5313 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h427 sema::DelayedDiagnosticPool *getCurrentPool() const { function in class:clang::Sema::DelayedDiagnostics

Completed in 140 milliseconds