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.ts37165 const firstDeclaration = getDeclarationOfKind(symbol, node.kind); constant
38981 const firstDeclaration = localSymbol.declarations?.find( constant
42502 const firstDeclaration = getDeclarationOfKind(enumSymbol, node.kind); constant
46750 const firstDeclaration = declarations[0]; constant
/third_party/typescript/lib/
Dtsc.js3486 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property
74200 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument
DtypingsInstaller.js4104 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property
88067 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument