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 197 /// A new DiagState is created and kept around when diagnostic pragmas modify
200 class DiagState {
220 std::list<DiagState> DiagStates;
226 DiagState *State;
228 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
248 /// \brief Keeps the DiagState that was active during each diagnostic 'push'
250 std::vector<DiagState *> DiagStateOnPushStack;
252 DiagState *GetCurDiagState() const {
257 void PushDiagStatePoint(DiagState *State, SourceLocation L) {
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 169 DiagnosticMappingInfo &DiagnosticsEngine::DiagState::getOrAddMappingInfo(
380 DiagnosticsEngine::DiagState *State = Pos->State;
Diagnostic.cpp 115 // Create a DiagState and DiagStatePoint representing diagnostic changes
117 DiagStates.push_back(DiagState());
194 // A diagnostic pragma occurred, create a new DiagState initialized with
225 DiagState *NewState = &DiagStates.back();
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 33 milliseconds