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

Method Process

libs/wgtcc/cpp.cc:267–272  ·  view source on GitHub ↗

TODO(wgtdkp): add predefined macros

Source from the content-addressed store, hash-verified

265
266 // TODO(wgtdkp): add predefined macros
267 void Preprocessor::Process(const std::string& src, const std::string& fname, TokenSequence& os) {
268 TokenSequence is;
269 IncludeSource(is, &src, &fname);
270 Expand(os, is);
271 Finalize(os);
272 }
273
274
275 const Token* Preprocessor::ParseActualParam(TokenSequence& is,

Callers 2

ParseMethod · 0.80
ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected