reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  605   void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
  110 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  288 void ExpandModularHeadersPPCallbacks::Endif(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
   60   void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
   64   void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  409 void PPCallbacksTracker::Endif(SourceLocation Loc, SourceLocation IfLoc) {

References

tools/clang/include/clang/Lex/PPCallbacks.h
  606     First->Endif(Loc, IfLoc);
  607     Second->Endif(Loc, IfLoc);
tools/clang/lib/Lex/PPDirectives.cpp
  544             Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
 2997     Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc);