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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  585   void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
tools/clang/lib/Lex/PreprocessingRecord.cpp
  406 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
   52 void FindAllMacros::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  277 void ExpandModularHeadersPPCallbacks::Ifdef(SourceLocation Loc, const Token &,
tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
   78   void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
   43   void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clangd/CollectMacros.h
   59   void Ifdef(SourceLocation Loc, const Token &MacroName,
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1372 void PreprocessorCallbacks::Ifdef(clang::SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  384 void PPCallbacksTracker::Ifdef(SourceLocation Loc, const Token &MacroNameTok,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  587     First->Ifdef(Loc, MacroNameTok, MD);
  588     Second->Ifdef(Loc, MacroNameTok, MD);
tools/clang/lib/Lex/PPDirectives.cpp
 2899       Callbacks->Ifdef(DirectiveTok.getLocation(), MacroNameTok, MD);