Searched defs:createTypeParameterDeclaration (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.7/ |
| D | typeParameterModifiers.ts | 15 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method 24 createTypeParameterDeclaration, constant
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 83 export const createTypeParameterDeclaration: typeof factory.createTypeParameterDeclaration = Debug.… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3885 …createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method 4320 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
|
| D | tsserverlibrary.d.ts | 7888 …createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method 8323 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
|
| D | typingsInstaller.js | 13371 createTypeParameterDeclaration, property 14408 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { function
|
| D | tsc.js | 18662 createTypeParameterDeclaration, property 19699 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3885 …createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method 4320 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
|
| D | tsserverlibrary.d.ts | 7888 …createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method 8323 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8095 …createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method
|