Searched refs:DiagStatePoint (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h230 struct DiagStatePoint { struct in class:clang::DiagnosticsEngine
233 DiagStatePoint(DiagState *State, FullSourceLoc Loc) function in struct:clang::DiagnosticsEngine::DiagStatePoint
236 bool operator<(const DiagStatePoint &RHS) const {
251 /// DiagStatePoint.
252 typedef std::vector<DiagStatePoint> DiagStatePointsTy;
272 DiagStatePoints.push_back(DiagStatePoint(State, Loc));
275 /// \brief Finds the DiagStatePoint that contains the diagnostic state of
/external/clang/lib/Basic/
H A DDiagnostic.cpp117 // Create a DiagState and DiagStatePoint representing diagnostic changes
120 DiagStatePoints.push_back(DiagStatePoint(&DiagStates.back(), FullSourceLoc()));
144 "Should have created a DiagStatePoint for command-line");
158 DiagStatePoint(nullptr, Loc));
195 // the current one and a new DiagStatePoint to record at which location
227 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
/external/clang/lib/Serialization/
H A DASTReader.cpp5004 DiagnosticsEngine::DiagStatePoint(DiagStates[DiagStateID-1],
5015 DiagnosticsEngine::DiagStatePoint(NewState,
H A DASTWriter.cpp2531 const DiagnosticsEngine::DiagStatePoint &point = *I;

Completed in 688 milliseconds