Home | History | Annotate | Download | only in Sema

Lines Matching refs:DelayedDiagnosticPool

5244   DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
5259 const DelayedDiagnosticPool *pool = &poppedPool;
5261 for (DelayedDiagnosticPool::pool_iterator
5290 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) {
5291 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();