Home
last modified time | relevance | path

Searched defs:createTypeParameterDeclaration (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.7/
DtypeParameterModifiers.ts15createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
24 createTypeParameterDeclaration, constant
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts83 export const createTypeParameterDeclaration: typeof factory.createTypeParameterDeclaration = Debug.… constant
/third_party/typescript/lib/
Dtypescript.d.ts3885createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method
4320createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
Dtsserverlibrary.d.ts7888createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method
8323createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
DtypingsInstaller.js13371 createTypeParameterDeclaration, property
14408 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { function
Dtsc.js18662 createTypeParameterDeclaration, property
19699 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3885createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method
4320createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
Dtsserverlibrary.d.ts7888createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method
8323createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ… method
/third_party/typescript/src/compiler/
Dtypes.ts8095createTypeParameterDeclaration(modifiers: readonly Modifier[] | undefined, name: string | Identifi… method