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

Method Else

generator/preprocessorcallback.h:85–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 HandlePPCond(Loc, IfLoc);
84 }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected