Searched refs:identifierName (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 463 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 D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
Completed in 97 milliseconds