| /third_party/typescript/src/testRunner/unittests/ |
| D | printer.ts | 199 factory.createModuleDeclaration( 209 factory.createModuleDeclaration(
|
| D | transform.ts | 236 …factory.createModuleDeclaration(/*modifiers*/ undefined, factory.createIdentifier("Foo"), factory.…
|
| /third_party/typescript/src/deprecatedCompat/4.8/ |
| D | mergeDecoratorsAndModifiers.ts | 178 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 251 createModuleDeclaration, constant 1101 factory.createModuleDeclaration = buildOverload("createModuleDeclaration") 1104 return createModuleDeclaration(modifiers, name, body, flags); 1108 return createModuleDeclaration(modifiers, name, body, flags);
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 290 … const newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration( 1282 …const fakespace = parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, clean.name || … 1315 …const namespaceDecl = factory.createModuleDeclaration(ensureModifiers(input), input.name!, factory…
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 616 …export const createModuleDeclaration = Debug.deprecate(factory.createModuleDeclaration, factoryDep… constant
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 290 createModuleDeclaration, 4023 function createModuleDeclaration( 4061 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node)
|
| /third_party/typescript/src/compiler/ |
| D | parser.ts | 8192 const node = factory.createModuleDeclaration(modifiers, name, body, flags); 8216 const node = factory.createModuleDeclaration(modifiers, name, body, flags); 9447 const jsDocNamespaceNode = factory.createModuleDeclaration(
|
| D | types.ts | 8179 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module…
|
| D | checker.ts | 7723 addResult(factory.createModuleDeclaration( 7801 …let fakespace = parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, factory.createId…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3882 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method 7956 const createModuleDeclaration: { constant 8533 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | typescriptServices.d.ts | 3882 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method 7956 const createModuleDeclaration: { constant 8533 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsserverlibrary.d.ts | 3882 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method 11902 const createModuleDeclaration: { constant 12479 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsc.js | 18317 createModuleDeclaration: createModuleDeclaration, 20863 function createModuleDeclaration(modifiers, name, body, flags) { function 20888 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node) 31383 var node = factory.createModuleDeclaration(modifiers, name, body, flags); 31405 var node = factory.createModuleDeclaration(modifiers, name, body, flags); 32401 …var jsDocNamespaceNode = factory.createModuleDeclaration(undefined, typeNameOrNamespaceName, body,… 47838 …addResult(ts.factory.createModuleDeclaration(undefined, ts.factory.createIdentifier(localName), ns… 47880 …var fakespace = ts.parseNodeFactory.createModuleDeclaration(undefined, ts.factory.createIdentifier… 93376 …var newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration([factory.creat… 94073 …var fakespace_1 = ts.parseNodeFactory.createModuleDeclaration(undefined, clean.name || factory.cre… [all …]
|
| D | typingsInstaller.js | 22958 createModuleDeclaration: createModuleDeclaration, 25865 function createModuleDeclaration(modifiers, name, body, flags) { function 25892 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node) 38646 var node = factory.createModuleDeclaration(modifiers, name, body, flags); 38669 var node = factory.createModuleDeclaration(modifiers, name, body, flags); 39798 var jsDocNamespaceNode = factory.createModuleDeclaration( 57614 addResult(ts.factory.createModuleDeclaration( 57680 …var fakespace = ts.parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, ts.factory.cr… 113263 …var newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration([factory.creat… 114035 …var fakespace_1 = ts.parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, clean.name … [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3882 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method 7956 const createModuleDeclaration: { constant 8533 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsserverlibrary.d.ts | 3882 …createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method 11902 const createModuleDeclaration: { constant 12479 …createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|