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.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
191 const { firstStatement, selection, typeParameters } = info; constant
205 const { firstStatement, selection, typeParameters, typeElements } = info; constant
221 const { firstStatement, selection, typeParameters } = info; constant
DextractSymbol.ts865 …const typeParameters: readonly TypeParameterDeclaration[] | undefined = sortedTypeParametersAndDec… constant
/third_party/jsframework/mock-generate/src/declaration-node/
DclassDeclaration.ts45 const typeParameters: Array<TypeParameterEntity> = []; constant
96 typeParameters: Array<TypeParameterEntity>, property
DinterfaceDeclaration.ts48 const typeParameters: Array<TypeParameterEntity> = []; constant
102 typeParameters: Array<TypeParameterEntity>, property
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unnecessary-type-arguments.ts76 const typeParameters = getTypeParametersFromNode(expression, checker); constant
Dunified-signatures.ts469 typeParameters?: TSESTree.TSTypeParameterDeclaration; property
/third_party/typescript_eslint/packages/types/src/
Dts-estree.ts580 typeParameters?: TSTypeParameterInstantiation; property
585 typeParameters?: TSTypeParameterDeclaration; property
629 typeParameters?: TSTypeParameterDeclaration; property
636 typeParameters?: TSTypeParameterDeclaration; property
676 typeParameters?: TSTypeParameterDeclaration; property
716 typeParameters?: TSTypeParameterInstantiation; property
727 typeParameters?: TSTypeParameterDeclaration; property
779 typeParameters?: TSTypeParameterDeclaration; property
1071 typeParameters?: TSTypeParameterInstantiation; property
1137 typeParameters?: TSTypeParameterInstantiation; property
[all …]
/third_party/typescript/src/services/codefixes/
DannotateWithTypeFromJSDoc.ts45 const typeParameters = getJSDocTypeParameterDeclarations(decl); constant
Dhelpers.ts278 const typeParameters = isJs || typeArguments === undefined constant
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.templateTag.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag5.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag2.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag4.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag3.json23 "typeParameters": { object
DDocComments.parsesCorrectly.templateTag6.json24 "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
/third_party/typescript/src/services/
DsignatureHelp.ts564 const typeParameters = checker.getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol); constant
612 const typeParameters = (candidateSignature.target || candidateSignature).typeParameters; constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1370 const typeParameters = ensureTypeParams(input, input.typeParameters); constant
1389 const typeParameters = ensureTypeParams(input, input.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/lib/
DtypingsInstaller.js19699 function rangeOfTypeParameters(sourceFile, typeParameters) { argument
21083 … function createBaseGenericNamedDeclaration(kind, decorators, modifiers, name, typeParameters) { argument
21091 …function createBaseSignatureDeclaration(kind, decorators, modifiers, name, typeParameters, paramet… argument
21108 …createBaseFunctionLikeDeclaration(kind, decorators, modifiers, name, typeParameters, parameters, t… argument
21124 …seInterfaceOrClassLikeDeclaration(kind, decorators, modifiers, name, typeParameters, heritageClaus… argument
21130 …function createBaseClassLikeDeclaration(kind, decorators, modifiers, name, typeParameters, heritag… argument
21570 … function createMethodSignature(modifiers, name, questionToken, typeParameters, parameters, type) { argument
21578 …function updateMethodSignature(node, modifiers, name, questionToken, typeParameters, parameters, t… argument
21589 …claration(decorators, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
21614 …ion(node, decorators, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
[all …]
Dtsc.js15604 function rangeOfTypeParameters(sourceFile, typeParameters) { argument
16771 … function createBaseGenericNamedDeclaration(kind, decorators, modifiers, name, typeParameters) { argument
16779 …function createBaseSignatureDeclaration(kind, decorators, modifiers, name, typeParameters, paramet… argument
16795 …createBaseFunctionLikeDeclaration(kind, decorators, modifiers, name, typeParameters, parameters, t… argument
16810 …seInterfaceOrClassLikeDeclaration(kind, decorators, modifiers, name, typeParameters, heritageClaus… argument
16816 …function createBaseClassLikeDeclaration(kind, decorators, modifiers, name, typeParameters, heritag… argument
17188 … function createMethodSignature(modifiers, name, questionToken, typeParameters, parameters, type) { argument
17194 …function updateMethodSignature(node, modifiers, name, questionToken, typeParameters, parameters, t… argument
17204 …claration(decorators, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
17228 …ion(node, decorators, modifiers, asteriskToken, name, questionToken, typeParameters, parameters, t… argument
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts692 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1538 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1568 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1581 readonly typeParameters?: NodeArray<TypeParameterDeclaration>; property
1831 readonly typeParameters: NodeArray<TypeParameterDeclaration>; property
1861 readonly typeParameters?: readonly JSDocTemplateTag[]; property
2590 typeParameters: TypeParameter[] | undefined; property
2706 typeParameters?: readonly TypeParameter[]; property

12