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

  /external/clang/include/clang/Basic/
Diagnostic.h 173 /// A new DiagState is created and kept around when diagnostic pragmas modify
176 class DiagState {
196 std::list<DiagState> DiagStates;
202 DiagState *State;
204 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
224 /// \brief Keeps the DiagState that was active during each diagnostic 'push'
226 std::vector<DiagState *> DiagStateOnPushStack;
228 DiagState *GetCurDiagState() const {
233 void PushDiagStatePoint(DiagState *State, SourceLocation L) {
551 DiagState *State) const
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 109 // Create a DiagState and DiagStatePoint representing diagnostic changes
111 DiagStates.push_back(DiagState());
181 // A diagnostic pragma occurred, create a new DiagState initialized with
212 DiagState *NewState = &DiagStates.back();
DiagnosticIDs.cpp 448 Diagnostic::DiagState *State = Pos->State;
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 682 milliseconds