Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurPool

498     sema::DelayedDiagnosticPool *CurPool;
501 DelayedDiagnostics() : CurPool(nullptr) {}
507 bool shouldDelayDiagnostics() { return CurPool != nullptr; }
511 return CurPool;
518 state.SavedPool = CurPool;
519 CurPool = &pool;
527 CurPool = state.SavedPool;
534 state.SavedPool = CurPool;
535 CurPool = nullptr;
541 assert(CurPool == nullptr);
542 CurPool = state.SavedPool;