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 230 struct DiagStatePoint {
233 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
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
    [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 64 milliseconds