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 202 /// A new DiagState is created and kept around when diagnostic pragmas modify
205 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) {
360 typedef llvm::iterator_range<DiagState::const_iterator> diag_mapping_range
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 198 DiagnosticsEngine::DiagState::getOrAddMapping(diag::kind Diag) {
416 DiagnosticsEngine::DiagState *State = Pos->State;
Diagnostic.cpp 134 // Create a DiagState and DiagStatePoint representing diagnostic changes
211 // A diagnostic pragma occurred, create a new DiagState initialized with
242 DiagState *NewState = &DiagStates.back();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 56 milliseconds