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

/external/clang/include/clang/Basic/
H A DDiagnostic.h232 struct DiagStatePoint { struct in class:clang::DiagnosticsEngine
235 DiagStatePoint(DiagState *State, FullSourceLoc Loc) function in struct:clang::DiagnosticsEngine::DiagStatePoint
238 bool operator<(const DiagStatePoint &RHS) const {
253 /// DiagStatePoint.
254 typedef std::vector<DiagStatePoint> DiagStatePointsTy;
274 DiagStatePoints.push_back(DiagStatePoint(State, Loc));
277 /// \brief Finds the DiagStatePoint that contains the diagnostic state of

Completed in 74 milliseconds