Lines Matching refs:TParseContext
49 %option extra-type="TParseContext*"
61 TParseContext* context = yyextra;
254 TParseContext* context = (TParseContext*) pp->pC; \
387 // use ((TParseContext *)cpp->pC)->contextPragma.pragmaTable to store the information about pragma
394 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable;
403 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable;
527 void yyerror(TParseContext* context, const char* reason) {
538 int glslang_initialize(TParseContext* context) {
547 int glslang_finalize(TParseContext* context) {
556 TParseContext* context) {