Home
last modified time | relevance | path

Searched refs:getJSDocSimpleTagUpdateFunction (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/factory/
DnodeFactory.ts38 …const getJSDocSimpleTagUpdateFunction = memoizeOne(<T extends JSDocTag>(kind: T["kind"]) => (node:… constant
362 …get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction<JSDocAuthorTag>(SyntaxKind.JSD…
364 …get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction<JSDocClassTag>(SyntaxKind.JSDoc…
366 …get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction<JSDocPublicTag>(SyntaxKind.JSD…
368 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction<JSDocPrivateTag>(SyntaxKind.J…
370 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction<JSDocProtectedTag>(SyntaxKi…
372 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction<JSDocReadonlyTag>(SyntaxKind…
374 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction<JSDocDeprecatedTag>(Syntax…
/third_party/typescript/lib/
Dtsc.js16249 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
16570 get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320); },
16572 get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322); },
16574 get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323); },
16576 get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324); },
16578 get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325); },
16580 get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326); },
16582 get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321); },
DtypingsInstaller.js20545 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
20868 … get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320 /* JSDocAuthorTag */); },
20870 … get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322 /* JSDocClassTag */); },
20872 … get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323 /* JSDocPublicTag */); },
20874 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324 /* JSDocPrivateTag */); },
20876 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325 /* JSDocProtectedTag */…
20878 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326 /* JSDocReadonlyTag */);…
20880 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321 /* JSDocDeprecatedTag …
Dtypescript.js20750 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
21073 … get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320 /* JSDocAuthorTag */); },
21075 … get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322 /* JSDocClassTag */); },
21077 … get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323 /* JSDocPublicTag */); },
21079 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324 /* JSDocPrivateTag */); },
21081 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325 /* JSDocProtectedTag */…
21083 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326 /* JSDocReadonlyTag */);…
21085 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321 /* JSDocDeprecatedTag …
DtypescriptServices.js20750 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
21073 … get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320 /* JSDocAuthorTag */); },
21075 … get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322 /* JSDocClassTag */); },
21077 … get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323 /* JSDocPublicTag */); },
21079 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324 /* JSDocPrivateTag */); },
21081 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325 /* JSDocProtectedTag */…
21083 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326 /* JSDocReadonlyTag */);…
21085 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321 /* JSDocDeprecatedTag …
Dtsserverlibrary.js20750 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
21073 … get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320 /* JSDocAuthorTag */); },
21075 … get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322 /* JSDocClassTag */); },
21077 … get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323 /* JSDocPublicTag */); },
21079 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324 /* JSDocPrivateTag */); },
21081 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325 /* JSDocProtectedTag */…
21083 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326 /* JSDocReadonlyTag */);…
21085 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321 /* JSDocDeprecatedTag …
Dtsserver.js20556 …var getJSDocSimpleTagUpdateFunction = ts.memoizeOne(function (kind) { return function (node, tagNa…
20879 … get updateJSDocAuthorTag() { return getJSDocSimpleTagUpdateFunction(320 /* JSDocAuthorTag */); },
20881 … get updateJSDocClassTag() { return getJSDocSimpleTagUpdateFunction(322 /* JSDocClassTag */); },
20883 … get updateJSDocPublicTag() { return getJSDocSimpleTagUpdateFunction(323 /* JSDocPublicTag */); },
20885 …get updateJSDocPrivateTag() { return getJSDocSimpleTagUpdateFunction(324 /* JSDocPrivateTag */); },
20887 …get updateJSDocProtectedTag() { return getJSDocSimpleTagUpdateFunction(325 /* JSDocProtectedTag */…
20889 …get updateJSDocReadonlyTag() { return getJSDocSimpleTagUpdateFunction(326 /* JSDocReadonlyTag */);…
20891 …get updateJSDocDeprecatedTag() { return getJSDocSimpleTagUpdateFunction(321 /* JSDocDeprecatedTag …