Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h229 class DelayedDiagnosticPool {
230 const DelayedDiagnosticPool *Parent;
233 DelayedDiagnosticPool(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
234 void operator=(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
236 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
237 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()
243 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()
256 void steal(DelayedDiagnosticPool &pool) { in steal()
DSema.h179 class DelayedDiagnosticPool; variable
388 sema::DelayedDiagnosticPool *SavedPool;
399 sema::DelayedDiagnosticPool *CurPool;
411 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool()
417 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()
2848 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
2861 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
/external/clang/lib/Parse/
DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool;
86 sema::DelayedDiagnosticPool DiagnosticPool;
102 const sema::DelayedDiagnosticPool *parentPool) in ParsingDeclRAIIObject()
124 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() { in getDelayedDiagnosticPool()
127 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
180 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp5236 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5251 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()
5253 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()
5282 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()
5283 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()