Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
class TParserToken {
280
public:
281
explicit TParserToken(YYSTYPE& b) : sType(b) { }
282
283
YYSTYPE& sType;
284
protected:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected