MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / TParserToken

Method TParserToken

glslang/MachineIndependent/Scan.cpp:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279class TParserToken {
280public:
281 explicit TParserToken(YYSTYPE& b) : sType(b) { }
282
283 YYSTYPE& sType;
284protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected