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

Method PragmaDirective

generator/preprocessorcallback.h:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected