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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  592   void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
tools/clang/lib/Lex/PreprocessingRecord.cpp
  414 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
   57 void FindAllMacros::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  281 void ExpandModularHeadersPPCallbacks::Ifndef(SourceLocation Loc, const Token &,
tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
   83   void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
   51   void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
   47   void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
tools/clang/tools/extra/clangd/CollectMacros.h
   64   void Ifndef(SourceLocation Loc, const Token &MacroName,
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1383 void PreprocessorCallbacks::Ifndef(clang::SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  393 void PPCallbacksTracker::Ifndef(SourceLocation Loc, const Token &MacroNameTok,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  594     First->Ifndef(Loc, MacroNameTok, MD);
  595     Second->Ifndef(Loc, MacroNameTok, MD);
tools/clang/lib/Lex/PPDirectives.cpp
 2897       Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD);