Searched refs:DelayedDiagnosticPool (Results 1 – 4 of 4) sorted by relevance
265 class DelayedDiagnosticPool {266 const DelayedDiagnosticPool *Parent;270 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function272 DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;273 DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;275 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function280 DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {287 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()293 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()306 void steal(DelayedDiagnosticPool &pool) { in steal()
204 class DelayedDiagnosticPool; variable1335 sema::DelayedDiagnosticPool *SavedPool = nullptr;1346 sema::DelayedDiagnosticPool *CurPool = nullptr;1358 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool()1362 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()1392 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()5086 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
46 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()
8294 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8309 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()8312 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()8346 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()8347 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()