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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  571   void If(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  210 void InclusionRewriter::If(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   75 void PPConditionalDirectiveRecord::If(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  269 void ExpandModularHeadersPPCallbacks::If(SourceLocation Loc, SourceRange,
tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
   35   void If(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1353 void PreprocessorCallbacks::If(clang::SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  364 void PPCallbacksTracker::If(SourceLocation Loc, SourceRange ConditionRange,
tools/clang/unittests/Lex/PPCallbacksTest.cpp
   78   void If(SourceLocation Loc, SourceRange ConditionRange,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  573     First->If(Loc, ConditionRange, ConditionValue);
  574     Second->If(Loc, ConditionRange, ConditionValue);
tools/clang/lib/Lex/PPDirectives.cpp
 2949     Callbacks->If(