Searched refs:updateJSDocEnumTag (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 360 …get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction<JSDocEnumTag>(SyntaxKind.JSDoc…
|
/third_party/typescript/src/compiler/ |
D | types.ts | 7279 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3595 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE… method
|
D | tsserverlibrary.d.ts | 3595 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE… method
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 3519 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE… method
|
D | typescript.d.ts | 3519 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE… method
|
D | tsserverlibrary.d.ts | 3519 …updateJSDocEnumTag(node: JSDocEnumTag, tagName: Identifier | undefined, typeExpression: JSDocTypeE… method
|
D | typingsInstaller.js | 20866 … get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328 /* JSDocEnumTag */); },
|
D | tsc.js | 16568 get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328); },
|
D | tsserver.js | 20877 … get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328 /* JSDocEnumTag */); },
|
D | typescriptServices.js | 21071 … get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328 /* JSDocEnumTag */); },
|
D | tsserverlibrary.js | 21071 … get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328 /* JSDocEnumTag */); },
|
D | typescript.js | 21071 … get updateJSDocEnumTag() { return getJSDocTypeLikeTagUpdateFunction(328 /* JSDocEnumTag */); },
|