Searched refs:DelayedDiagnosticPool (Results 1 – 4 of 4) sorted by relevance
268 class DelayedDiagnosticPool {269 const DelayedDiagnosticPool *Parent;273 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function275 DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;276 DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;278 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function283 DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {290 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()296 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()309 void steal(DelayedDiagnosticPool &pool) { in steal()
219 class DelayedDiagnosticPool; variable756 sema::DelayedDiagnosticPool *SavedPool;767 sema::DelayedDiagnosticPool *CurPool;779 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool()785 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()4415 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()4430 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()
8316 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8331 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()8334 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()8371 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()8372 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()