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

Method Endif

generator/preprocessorcallback.h:87–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 virtual void Else(clang::SourceLocation Loc, clang::SourceLocation IfLoc) override
86 { HandlePPCond(Loc, IfLoc); }
87 virtual void Endif(clang::SourceLocation Loc, clang::SourceLocation IfLoc) override
88 { HandlePPCond(Loc, IfLoc); }
89
90 virtual void Defined(const clang::Token &MacroNameTok, MyMacroDefinition MD,
91 clang::SourceRange Range) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected