Home
last modified time | relevance | path

Searched refs:createInterfaceDeclaration (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractType.ts207 const newTypeNode = factory.createInterfaceDeclaration(
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts609 …export const createInterfaceDeclaration = Debug.deprecate(factory.createInterfaceDeclaration, fact… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts274 createInterfaceDeclaration,
3681 function createInterfaceDeclaration(
3718 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
/third_party/typescript/lib/
Dtypescript.d.ts3442createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif… method
6898 …const createInterfaceDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readon… constant
DtypescriptServices.d.ts3442createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif… method
6898 …const createInterfaceDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readon… constant
Dtsserverlibrary.d.ts3442createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif… method
10643 …const createInterfaceDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readon… constant
DtypescriptServices.js20985 createInterfaceDeclaration: createInterfaceDeclaration,
23624 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
23638 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
34415 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
50112 addResult(ts.factory.createInterfaceDeclaration(
147053 var newTypeNode = ts.factory.createInterfaceDeclaration(
153196 …ts.createInterfaceDeclaration = ts.Debug.deprecate(ts.factory.createInterfaceDeclaration, factoryD…
Dtsserverlibrary.js20985 createInterfaceDeclaration: createInterfaceDeclaration,
23624 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
23638 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
34415 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
50112 addResult(ts.factory.createInterfaceDeclaration(
147053 var newTypeNode = ts.factory.createInterfaceDeclaration(
162968 …ts.createInterfaceDeclaration = ts.Debug.deprecate(ts.factory.createInterfaceDeclaration, factoryD…
Dtsserver.js20791 createInterfaceDeclaration: createInterfaceDeclaration,
23430 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
23444 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
34221 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
49918 addResult(ts.factory.createInterfaceDeclaration(
146484 var newTypeNode = ts.factory.createInterfaceDeclaration(
162964 …ts.createInterfaceDeclaration = ts.Debug.deprecate(ts.factory.createInterfaceDeclaration, factoryD…
Dtypescript.js20985 createInterfaceDeclaration: createInterfaceDeclaration,
23624 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
23638 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
34415 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
50112 addResult(ts.factory.createInterfaceDeclaration(
147053 var newTypeNode = ts.factory.createInterfaceDeclaration(
153196 …ts.createInterfaceDeclaration = ts.Debug.deprecate(ts.factory.createInterfaceDeclaration, factoryD…
Dtsc.js16484 createInterfaceDeclaration: createInterfaceDeclaration,
18790 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
18803 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
27631 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
41098 …addResult(ts.factory.createInterfaceDeclaration(undefined, undefined, getInternalSymbolName(symbol…
DtypingsInstaller.js20780 createInterfaceDeclaration: createInterfaceDeclaration,
23419 …function createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, … function
23433 …? update(createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritageClauses, …
34210 …var node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, heritag…
49907 addResult(ts.factory.createInterfaceDeclaration(
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3558createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif… method
7145 …const createInterfaceDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readon… constant
Dtsserverlibrary.d.ts3558createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif… method
10928 …const createInterfaceDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readon… constant
/third_party/typescript/src/compiler/
Dtypes.ts7191createInterfaceDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modif…
Dparser.ts7259 …const node = factory.createInterfaceDeclaration(decorators, modifiers, name, typeParameters, herit…
Dchecker.ts6759 addResult(factory.createInterfaceDeclaration(