MCPcopy Create free account
hub / github.com/KDAB/codebrowser / If

Method If

generator/preprocessorcallback.h:75–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 { seenPragma = true; }
74
75 virtual void If(clang::SourceLocation Loc, clang::SourceRange ConditionRange, ConditionValueKind ConditionValue) override
76 { HandlePPCond(Loc, Loc); }
77 virtual void Ifndef(clang::SourceLocation Loc, const clang::Token& MacroNameTok, MyMacroDefinition MD) override
78 { HandlePPCond(Loc, Loc); Defined(MacroNameTok, MD, Loc); }
79 virtual void Ifdef(clang::SourceLocation Loc, const clang::Token& MacroNameTok, MyMacroDefinition MD) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected