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 {
223 std::list<DiagState> DiagStates;
231 DiagState *State;
233 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
255 /// \brief Keeps the DiagState that was active during each diagnostic 'push'
257 std::vector<DiagState *> DiagStateOnPushStack;
259 DiagState *GetCurDiagState() const {
264 void PushDiagStatePoint(DiagState *State, SourceLocation L) {
360 typedef llvm::iterator_range<DiagState::const_iterator> diag_mapping_range
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 197 DiagnosticsEngine::DiagState::getOrAddMapping(diag::kind Diag) {
412 DiagnosticsEngine::DiagState *State = Pos->State;
Diagnostic.cpp 117 // Create a DiagState and DiagStatePoint representing diagnostic changes
119 DiagStates.push_back(DiagState());
194 // A diagnostic pragma occurred, create a new DiagState initialized with
225 DiagState *NewState = &DiagStates.back();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 174 milliseconds