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

Method Glue

libs/wgtcc/cpp.cc:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175 void Preprocessor::Glue(TokenSequence& os, const Token* tok) {
176 TokenList tokList{ tok };
177 TokenSequence is(&tokList);
178 Glue(os, is);
179 }
180
181
182 void Preprocessor::Glue(TokenSequence& os, TokenSequence is) {

Callers

nothing calls this directly

Calls 8

ErrorFunction · 0.85
BackMethod · 0.80
TokenizeMethod · 0.80
PopBackMethod · 0.80
InsertBackMethod · 0.80
PeekMethod · 0.45
NextMethod · 0.45
EmptyMethod · 0.45

Tested by

no test coverage detected