Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h239 class DelayedDiagnosticPool {
240 const DelayedDiagnosticPool *Parent;
243 DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;
244 void operator=(const DelayedDiagnosticPool &) = delete;
246 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
247 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()
253 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function
257 DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {
264 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()
277 void steal(DelayedDiagnosticPool &pool) { in steal()
DSema.h197 class DelayedDiagnosticPool; variable
541 sema::DelayedDiagnosticPool *SavedPool;
552 sema::DelayedDiagnosticPool *CurPool;
564 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool()
570 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()
3521 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
3534 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
/external/clang/lib/Parse/
DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool;
92 sema::DelayedDiagnosticPool DiagnosticPool;
108 const sema::DelayedDiagnosticPool *parentPool) in ParsingDeclRAIIObject()
130 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() { in getDelayedDiagnosticPool()
133 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
186 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp5900 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5915 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()
5917 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()
5948 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()
5949 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()