HomeSort by relevance Sort by last modified time
    Searched refs:DiagStatePoint (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
Diagnostic.h 231 struct DiagStatePoint {
234 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
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
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 119 // Create a DiagState and DiagStatePoint representing diagnostic changes
122 DiagStatePoints.push_back(DiagStatePoint(&DiagStates.back(), FullSourceLoc()));
146 "Should have created a DiagStatePoint for command-line");
160 DiagStatePoint(0, Loc));
197 // the current one and a new DiagStatePoint to record at which location
229 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 29 milliseconds