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

  /external/clang/include/clang/Basic/
Diagnostic.h 201 /// A new DiagState is created and kept around when diagnostic pragmas modify
204 class DiagState {
224 std::list<DiagState> DiagStates;
232 DiagState *State;
234 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
256 /// \brief Keeps the DiagState that was active during each diagnostic 'push'
258 std::vector<DiagState *> DiagStateOnPushStack;
260 DiagState *GetCurDiagState() const {
265 void PushDiagStatePoint(DiagState *State, SourceLocation L) {
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 204 DiagnosticMappingInfo &DiagnosticsEngine::DiagState::getOrAddMappingInfo(
415 DiagnosticsEngine::DiagState *State = Pos->State;
Diagnostic.cpp 119 // Create a DiagState and DiagStatePoint representing diagnostic changes
121 DiagStates.push_back(DiagState());
196 // A diagnostic pragma occurred, create a new DiagState initialized with
227 DiagState *NewState = &DiagStates.back();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 42 milliseconds