| 70 | #endif |
| 71 | |
| 72 | void PragmaDirective(clang::SourceLocation Loc, clang::PragmaIntroducerKind Introducer) override |
| 73 | { seenPragma = true; } |
| 74 | |
| 75 | virtual void If(clang::SourceLocation Loc, clang::SourceRange ConditionRange, ConditionValueKind ConditionValue) override |
| 76 | { HandlePPCond(Loc, Loc); } |
nothing calls this directly
no outgoing calls
no test coverage detected