Searched defs:DiagStatePoint (Results 1 - 1 of 1) 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

Completed in 263 milliseconds