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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  578   void Elif(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  218 void InclusionRewriter::Elif(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  273 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange,
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1362 void PreprocessorCallbacks::Elif(clang::SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  373 void PPCallbacksTracker::Elif(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/unittests/Lex/PPCallbacksTest.cpp
   83   void Elif(SourceLocation Loc, SourceRange ConditionRange,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  580     First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
  581     Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
tools/clang/lib/Lex/PPDirectives.cpp
  596             Callbacks->Elif(
 3066     Callbacks->Elif(ElifToken.getLocation(), ConditionRange,