Home
last modified time | relevance | path

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

12

/third_party/typescript/src/services/refactors/
DextractType.ts83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
105 const typeParameters = collectTypeParameters(checker, selection, firstStatement, file); constant
200 const { firstStatement, selection, typeParameters } = info; constant
213 const { firstStatement, selection, typeParameters, typeElements } = info; constant
228 const { firstStatement, selection, typeParameters } = info; constant
DextractSymbol.ts898 …const typeParameters: readonly TypeParameterDeclaration[] | undefined = sortedTypeParametersAndDec… constant
/third_party/typescript/src/services/codefixes/
DannotateWithTypeFromJSDoc.ts45 const typeParameters = getJSDocTypeParameterDeclarations(decl); constant
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.templateTag.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag3.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag4.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag2.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag6.json24 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag5.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.y129 glslang::TArraySizes* typeParameters; member
Dglslang_tab.cpp.h506 glslang::TArraySizes* typeParameters; member
Dglslang_tab.cpp584 glslang::TArraySizes* typeParameters; member
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1413 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
1430 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
/third_party/typescript/src/services/
DsignatureHelp.ts566 const typeParameters = checker.getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol); constant
614 const typeParameters = (candidateSignature.target || candidateSignature).typeParameters; constant
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js266 function Signature(typeParameters, parameters, returnType) { argument
/third_party/glslang/glslang/Include/
DTypes.h1363 TArraySizes* typeParameters; variable
2483 TArraySizes* typeParameters;// nullptr unless a parameterized type; can be shared across types variable
/third_party/typescript/src/compiler/
Dchecker.ts10747 … const typeParameters = getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol); constant
10960 const typeParameters = getEffectiveTypeParameterDeclarations(node); constant
11336 const typeParameters = concatenate(source.typeParameters!, [source.thisType!]); constant
13253 …const typeParameters = classType ? classType.localTypeParameters : getTypeParametersFromDeclaratio… constant
13592 const typeParameters = signature.typeParameters; constant
13694 const typeParameters = getTypeParametersForTypeReference(typeReference); constant
13899 const typeParameters = type.localTypeParameters; constant
13940 const typeParameters = links.typeParameters!; constant
13970 const typeParameters = getSymbolLinks(symbol).typeParameters; constant
21272 const typeParameters: Type[] = []; constant
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js21268 function rangeOfTypeParameters(sourceFile, typeParameters) { argument
23254 function createBaseGenericNamedDeclaration(kind, modifiers, name, typeParameters) { argument
23262 … function createBaseSignatureDeclaration(kind, modifiers, name, typeParameters, parameters, type) { argument
23282 …function createBaseFunctionLikeDeclaration(kind, modifiers, name, typeParameters, parameters, type… argument
23290 …function createBaseInterfaceOrClassLikeDeclaration(kind, modifiers, name, typeParameters, heritage… argument
23296 …function createBaseClassLikeDeclaration(kind, modifiers, name, typeParameters, heritageClauses, me… argument
23791 … function createMethodSignature(modifiers, name, questionToken, typeParameters, parameters, type) { argument
23798 …function updateMethodSignature(node, modifiers, name, questionToken, typeParameters, parameters, t… argument
23809 …eateMethodDeclaration(modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
23836 …thodDeclaration(node, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
[all …]
Dtsc.js16955 function rangeOfTypeParameters(sourceFile, typeParameters) { argument
18596 function createBaseGenericNamedDeclaration(kind, modifiers, name, typeParameters) { argument
18604 … function createBaseSignatureDeclaration(kind, modifiers, name, typeParameters, parameters, type) { argument
18622 …function createBaseFunctionLikeDeclaration(kind, modifiers, name, typeParameters, parameters, type… argument
18630 …function createBaseInterfaceOrClassLikeDeclaration(kind, modifiers, name, typeParameters, heritage… argument
18636 …function createBaseClassLikeDeclaration(kind, modifiers, name, typeParameters, heritageClauses, me… argument
19061 … function createMethodSignature(modifiers, name, questionToken, typeParameters, parameters, type) { argument
19067 …function updateMethodSignature(node, modifiers, name, questionToken, typeParameters, parameters, t… argument
19077 …eateMethodDeclaration(modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
19102 …thodDeclaration(node, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
[all …]
Dtypescript.d.ts731 readonly typeParameters?: NodeArray<TypeParameterDeclaration> | undefined; property
1608 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1642 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1656 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1987 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
2017 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2806 typeParameters: TypeParameter[] | undefined; property
2922 typeParameters?: readonly TypeParameter[]; property
DtypescriptServices.d.ts731 readonly typeParameters?: NodeArray<TypeParameterDeclaration> | undefined; property
1608 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1642 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1656 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1987 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
2017 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2806 typeParameters: TypeParameter[] | undefined; property
2922 typeParameters?: readonly TypeParameter[]; property
Dtsserverlibrary.d.ts731 readonly typeParameters?: NodeArray<TypeParameterDeclaration> | undefined; property
1608 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1642 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1656 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1987 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
2017 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2806 typeParameters: TypeParameter[] | undefined; property
2922 typeParameters?: readonly TypeParameter[]; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts731 readonly typeParameters?: NodeArray<TypeParameterDeclaration> | undefined; property
1608 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1642 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1656 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1987 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
2017 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2806 typeParameters: TypeParameter[] | undefined; property
2922 typeParameters?: readonly TypeParameter[]; property
Dtsserverlibrary.d.ts731 readonly typeParameters?: NodeArray<TypeParameterDeclaration> | undefined; property
1608 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1642 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1656 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1987 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
2017 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2806 typeParameters: TypeParameter[] | undefined; property
2922 typeParameters?: readonly TypeParameter[]; property

12