Lines Matching refs:CurPool
552 sema::DelayedDiagnosticPool *CurPool; variable
555 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
561 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
565 return CurPool; in getCurrentPool()
572 state.SavedPool = CurPool; in push()
573 CurPool = &pool; in push()
581 CurPool = state.SavedPool; in popWithoutEmitting()
588 state.SavedPool = CurPool; in pushUndelayed()
589 CurPool = nullptr; in pushUndelayed()
595 assert(CurPool == nullptr); in popUndelayed()
596 CurPool = state.SavedPool; in popUndelayed()