Home
last modified time | relevance | path

Searched defs:firstDeclaration (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts50 const firstDeclaration = member.declarations[0]; constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable.cpp149 TFunction *firstDeclaration = findUserDefinedFunction(function->getMangledName()); in setFunctionParameterNamesFromDefinition() local
/third_party/typescript/src/compiler/factory/
Dutilities.ts129 const firstDeclaration = first(node.declarations); constant
/third_party/typescript/src/compiler/
Dchecker.ts36683 const firstDeclaration = getDeclarationOfKind(symbol, node.kind); constant
38384 const firstDeclaration = localSymbol.declarations?.find( constant
41858 const firstDeclaration = getDeclarationOfKind(enumSymbol, node.kind); constant
46049 const firstDeclaration = declarations[0]; constant
/third_party/typescript/lib/
DtypingsInstaller.js4104 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property
86656 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument
Dtsc.js3486 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property
72998 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument