Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DiagStates

4432   SmallVector<DiagnosticsEngine::DiagState *, 32> DiagStates;
4436 DiagStates.clear();
4437 assert(!Diag.DiagStates.empty());
4438 DiagStates.push_back(&Diag.DiagStates.front()); // the command-line one.
4444 DiagnosticsEngine::DiagStatePoint(DiagStates[DiagStateID-1],
4451 Diag.DiagStates.push_back(*Diag.GetCurDiagState());
4452 DiagnosticsEngine::DiagState *NewState = &Diag.DiagStates.back();
4453 DiagStates.push_back(NewState);