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