Home
last modified time | relevance | path

Searched refs:parseVariableIdentifier (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h106 TIntermTyped *parseVariableIdentifier(const TSourceLoc &location,
Dglslang.y263 $$ = context->parseVariableIdentifier(@1, ImmutableString($1.string), $1.symbol);
Dglslang_tab_autogen.cpp2372 (yyval.interm.intermTypedNode) = context->parseVariableIdentifier( in yyparse()
DParseContext.cpp2207 TIntermTyped *TParseContext::parseVariableIdentifier(const TSourceLoc &location, in parseVariableIdentifier() function in sh::TParseContext
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs22407 key = this.parseVariableIdentifier();
22455 pattern = this.parseVariableIdentifier(kind);
22472 Parser2.prototype.parseVariableIdentifier = function(kind) {
22741 var id = this.parseVariableIdentifier();
22759 var id = this.parseVariableIdentifier();
23154 id = this.parseVariableIdentifier();
23216 …erator && this.matchKeyword("yield") ? this.parseIdentifierName() : this.parseVariableIdentifier();
23493 …var id = identifierIsOptional && this.lookahead.type !== 3 ? null : this.parseVariableIdentifier();
23508 var id = this.lookahead.type === 3 ? this.parseVariableIdentifier() : null;
23551 imported = this.parseVariableIdentifier();
[all …]