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 225 struct DiagStatePoint {
228 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
231 bool operator<(const DiagStatePoint &RHS) const {
244 /// the SourceLocation of the DiagStatePoint.
245 typedef std::vector<DiagStatePoint> DiagStatePointsTy;
266 DiagStatePoints.push_back(DiagStatePoint(State,
270 /// \brief Finds the DiagStatePoint that contains the diagnostic state of
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 115 // Create a DiagState and DiagStatePoint representing diagnostic changes
142 "Should have created a DiagStatePoint for command-line");
153 DiagStatePoint(0, 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/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 26 milliseconds