Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts62 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.ts166 const firstDeclaration = first(node.declarations); constant
/third_party/typescript/lib/
DtypingsInstaller.js2759firstDeclaration: getLocation((_v = symbol == null ? void 0 : symbol.declarations) == null ? void … property
Dtsc.js3666firstDeclaration: getLocation((_v = symbol == null ? void 0 : symbol.declarations) == null ? void … property
73421 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument