Searched defs:firstDeclaration (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | convertFunctionToEs6Class.ts | 50 const firstDeclaration = member.declarations[0]; constant
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolTable.cpp | 149 TFunction *firstDeclaration = findUserDefinedFunction(function->getMangledName()); in setFunctionParameterNamesFromDefinition() local
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilities.ts | 129 const firstDeclaration = first(node.declarations); constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 37165 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/ |
| D | tsc.js | 3486 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property 74200 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument
|
| D | typingsInstaller.js | 4104 …rrayProperties), { destructuringPattern: getLocation(type.pattern), firstDeclaration: getLocation(… property 88067 …function errorNextVariableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextD… argument
|