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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  599   void Else(SourceLocation Loc, SourceLocation IfLoc) override {
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
  104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  285 void ExpandModularHeadersPPCallbacks::Else(SourceLocation Loc, SourceLocation) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  402 void PPCallbacksTracker::Else(SourceLocation Loc, SourceLocation IfLoc) {

References

tools/clang/include/clang/Lex/PPCallbacks.h
  600     First->Else(Loc, IfLoc);
  601     Second->Else(Loc, IfLoc);
tools/clang/lib/Lex/PPDirectives.cpp
  571             Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc);
 3022     Callbacks->Else(Result.getLocation(), CI.IfLoc);