MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / Preprocessor

Method Preprocessor

libs/wgtcc/cpp.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 class Preprocessor {
61 public:
62 Preprocessor()
63 : curLine_(1), lineLine_(0), curCond_(true) {
64 // Add predefined
65 Init();
66 }
67
68 ~Preprocessor() {}
69 void Finalize(TokenSequence os);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected