Home
last modified time | relevance | path

Searched defs:typeParameters (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/src/services/refactors/
DextractType.ts95 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
99 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
117 const typeParameters = collectTypeParameters(checker, selection, firstStatement, file); constant
212 const { firstStatement, selection, typeParameters } = info; constant
225 const { firstStatement, selection, typeParameters, typeElements } = info; constant
240 const { firstStatement, selection, typeParameters } = info; constant
DextractSymbol.ts939 …const typeParameters: readonly TypeParameterDeclaration[] | undefined = sortedTypeParametersAndDec… constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/labeledelementdeclarations_may_hold_undefined_elements/
Dlabeledelementdeclarations_may_hold_undefined_elements_7.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_8.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_10.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_2.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_5.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_3.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_6.ts97 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_1.ts98 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_4.ts96 typeParameters: undefined, constant
Dlabeledelementdeclarations_may_hold_undefined_elements_9.ts96 typeParameters: undefined, constant
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js90 this.typeParameters.length === other.typeParameters.length && field in Signature
266 function Signature(typeParameters, parameters, returnType) { argument
/third_party/typescript/src/services/codefixes/
DannotateWithTypeFromJSDoc.ts56 const typeParameters = getJSDocTypeParameterDeclarations(decl); constant
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.templateTag.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag5.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag4.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag6.json24 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag3.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag2.json23 "typeParameters": { object
/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts84 …constructor(public typeParameters: TypeParameter[], public parameters: Parameter[], public returnT… property in Signature
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y107 glslang::TTypeParameters* typeParameters; member
/third_party/typescript/src/services/
DsignatureHelp.ts583 const typeParameters = checker.getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol); constant
631 const typeParameters = (candidateSignature.target || candidateSignature).typeParameters; constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1496 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
1528 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
/third_party/typescript/lib/
DtypingsInstaller.js14031 function createBaseGenericNamedDeclaration(kind, modifiers, name, typeParameters) { argument
14043 function createBaseSignatureDeclaration(kind, modifiers, name, typeParameters, parameters, type) { argument
14064 …function createBaseFunctionLikeDeclaration(kind, modifiers, name, typeParameters, parameters, type… argument
14079 …function createBaseInterfaceOrClassLikeDeclaration(kind, modifiers, name, typeParameters, heritage… argument
14090 …function createBaseClassLikeDeclaration(kind, modifiers, name, typeParameters, heritageClauses, me… argument
14515 function createMethodSignature(modifiers, name, questionToken, typeParameters, parameters, type) { argument
14528 …function updateMethodSignature(node, modifiers, name, questionToken, typeParameters, parameters, t… argument
14531 …function createMethodDeclaration(modifiers, asteriskToken, name, questionToken, typeParameters, pa… argument
14559 …thodDeclaration(node, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
14664 function createCallSignature(typeParameters, parameters, type) { argument
[all …]

12