Searched defs:DiagStatePoint (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Basic/ | ||
H A D | Diagnostic.h | 231 struct DiagStatePoint { struct in class:clang::DiagnosticsEngine 234 DiagStatePoint(DiagState *State, FullSourceLoc Loc) function in struct:clang::DiagnosticsEngine::DiagStatePoint 237 bool operator<(const DiagStatePoint &RHS) const { 252 /// DiagStatePoint. 253 typedef std::vector<DiagStatePoint> DiagStatePointsTy; 273 DiagStatePoints.push_back(DiagStatePoint(State, Loc)); 276 /// \brief Finds the DiagStatePoint that contains the diagnostic state of |
Completed in 29 milliseconds