/third_party/typescript/src/services/refactors/ |
D | extractType.ts | 83 …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
|
D | extractSymbol.ts | 898 …const typeParameters: readonly TypeParameterDeclaration[] | undefined = sortedTypeParametersAndDec… constant
|
/third_party/typescript/src/services/codefixes/ |
D | annotateWithTypeFromJSDoc.ts | 45 const typeParameters = getJSDocTypeParameterDeclarations(decl); constant
|
/third_party/typescript/tests/baselines/reference/JSDocParsing/ |
D | DocComments.parsesCorrectly.templateTag.json | 23 "typeParameters": { object
|
D | DocComments.parsesCorrectly.templateTag3.json | 23 "typeParameters": { object
|
D | DocComments.parsesCorrectly.templateTag4.json | 23 "typeParameters": { object
|
D | DocComments.parsesCorrectly.templateTag2.json | 23 "typeParameters": { object
|
D | DocComments.parsesCorrectly.templateTag6.json | 24 "typeParameters": { object
|
D | DocComments.parsesCorrectly.templateTag5.json | 23 "typeParameters": { object
|
/third_party/typescript/tests/cases/compiler/ |
D | unspecializedConstraints.ts | 84 …constructor(public typeParameters: TypeParameter[], public parameters: Parameter[], public returnT… property in Signature
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang.y | 129 glslang::TArraySizes* typeParameters; member
|
D | glslang_tab.cpp.h | 506 glslang::TArraySizes* typeParameters; member
|
D | glslang_tab.cpp | 584 glslang::TArraySizes* typeParameters; member
|
/third_party/typescript/src/compiler/transformers/ |
D | declarations.ts | 1413 const typeParameters = ensureTypeParams(input, input.typeParameters); constant 1430 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
|
/third_party/typescript/src/services/ |
D | signatureHelp.ts | 566 const typeParameters = checker.getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol); constant 614 const typeParameters = (candidateSignature.target || candidateSignature).typeParameters; constant
|
/third_party/typescript/tests/baselines/reference/ |
D | unspecializedConstraints.js | 266 function Signature(typeParameters, parameters, returnType) { argument
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 1363 TArraySizes* typeParameters; variable 2483 TArraySizes* typeParameters;// nullptr unless a parameterized type; can be shared across types variable
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 10747 … 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/ |
D | typingsInstaller.js | 21268 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 …]
|
D | tsc.js | 16955 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 …]
|
D | typescript.d.ts | 731 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
|
D | typescriptServices.d.ts | 731 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
|
D | tsserverlibrary.d.ts | 731 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/ |
D | typescript.d.ts | 731 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
|
D | tsserverlibrary.d.ts | 731 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
|