Searched refs:DelayedDiagnosticPool (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h239 class DelayedDiagnosticPool { class in namespace:clang::sema
240 const DelayedDiagnosticPool *Parent;
243 DelayedDiagnosticPool(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
244 void operator=(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
246 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} function in class:clang::sema::DelayedDiagnosticPool
247 ~DelayedDiagnosticPool() {
253 const DelayedDiagnosticPool *getParent() const { return Parent; }
266 void steal(DelayedDiagnosticPool
[all...]
H A DSema.h195 class DelayedDiagnosticPool;
487 sema::DelayedDiagnosticPool *SavedPool;
498 sema::DelayedDiagnosticPool *CurPool;
510 sema::DelayedDiagnosticPool *getCurrentPool() const {
516 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
3203 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) {
3216 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool;
86 sema::DelayedDiagnosticPool DiagnosticPool;
102 const sema::DelayedDiagnosticPool *parentPool)
124 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() {
127 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
180 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4777 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
4792 const DelayedDiagnosticPool *pool = &poppedPool;
4794 for (DelayedDiagnosticPool::pool_iterator
4825 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) {
4826 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();

Completed in 463 milliseconds