Home
last modified time | relevance | path

Searched refs:identifierName (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp463 Token identifierName; in globalVarDeclarationEnd() local
464 if (!this->expectIdentifier(&identifierName)) { in globalVarDeclarationEnd()
474 DSLGlobalVar next(mods, type, this->text(identifierName), std::move(anotherInitializer), in globalVarDeclarationEnd()
477 AddToSymbolTable(next, this->position(identifierName)); in globalVarDeclarationEnd()
502 Token identifierName; in localVarDeclarationEnd() local
503 if (!this->expectIdentifier(&identifierName)) { in localVarDeclarationEnd()
513 DSLVar next(mods, type, this->text(identifierName), std::move(anotherInitializer), in localVarDeclarationEnd()
516 AddToSymbolTable(next, this->position(identifierName)); in localVarDeclarationEnd()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 97 milliseconds