| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected