Home
last modified time | relevance | path

Searched defs:createQualifiedName (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts60 …export const createQualifiedName = Debug.deprecate(factory.createQualifiedName, factoryDeprecation… constant
/third_party/typescript/lib/
Dtypescript.d.ts3631 createQualifiedName(left: EntityName, right: string | Identifier): QualifiedName; method
7459 const createQualifiedName: (left: EntityName, right: string | Identifier) => QualifiedName; constant
DtypescriptServices.d.ts3631 createQualifiedName(left: EntityName, right: string | Identifier): QualifiedName; method
7459 const createQualifiedName: (left: EntityName, right: string | Identifier) => QualifiedName; constant
Dtsserverlibrary.d.ts3631 createQualifiedName(left: EntityName, right: string | Identifier): QualifiedName; method
11398 const createQualifiedName: (left: EntityName, right: string | Identifier) => QualifiedName; constant
DtypingsInstaller.js22707 createQualifiedName: createQualifiedName, property
23632 function createQualifiedName(left, right) { function
34293 function createQualifiedName(entity, name) { function
Dtsc.js18069 createQualifiedName: createQualifiedName, property
18924 function createQualifiedName(left, right) { function
27791 function createQualifiedName(entity, name) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3631 createQualifiedName(left: EntityName, right: string | Identifier): QualifiedName; method
7459 const createQualifiedName: (left: EntityName, right: string | Identifier) => QualifiedName; constant
Dtsserverlibrary.d.ts3631 createQualifiedName(left: EntityName, right: string | Identifier): QualifiedName; method
11398 const createQualifiedName: (left: EntityName, right: string | Identifier) => QualifiedName; constant