Searched refs:getJSDocSimpleTagCreateFunction (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 37 …const getJSDocSimpleTagCreateFunction = memoizeOne(<T extends JSDocTag>(kind: T["kind"]) => (tagNa… constant 361 …get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction<JSDocAuthorTag>(SyntaxKind.JSD… 363 …get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction<JSDocClassTag>(SyntaxKind.JSDoc… 365 …get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction<JSDocPublicTag>(SyntaxKind.JSD… 367 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction<JSDocPrivateTag>(SyntaxKind.J… 369 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction<JSDocProtectedTag>(SyntaxKi… 371 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction<JSDocReadonlyTag>(SyntaxKind… 373 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction<JSDocDeprecatedTag>(Syntax…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 16248 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 16569 get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320); }, 16571 get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322); }, 16573 get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323); }, 16575 get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324); }, 16577 get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325); }, 16579 get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326); }, 16581 get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321); },
|
| D | typingsInstaller.js | 20544 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 20867 … get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320 /* JSDocAuthorTag */); }, 20869 … get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322 /* JSDocClassTag */); }, 20871 … get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323 /* JSDocPublicTag */); }, 20873 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324 /* JSDocPrivateTag */); }, 20875 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325 /* JSDocProtectedTag */… 20877 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326 /* JSDocReadonlyTag */);… 20879 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321 /* JSDocDeprecatedTag …
|
| D | typescript.js | 20749 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 21072 … get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320 /* JSDocAuthorTag */); }, 21074 … get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322 /* JSDocClassTag */); }, 21076 … get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323 /* JSDocPublicTag */); }, 21078 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324 /* JSDocPrivateTag */); }, 21080 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325 /* JSDocProtectedTag */… 21082 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326 /* JSDocReadonlyTag */);… 21084 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321 /* JSDocDeprecatedTag …
|
| D | typescriptServices.js | 20749 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 21072 … get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320 /* JSDocAuthorTag */); }, 21074 … get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322 /* JSDocClassTag */); }, 21076 … get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323 /* JSDocPublicTag */); }, 21078 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324 /* JSDocPrivateTag */); }, 21080 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325 /* JSDocProtectedTag */… 21082 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326 /* JSDocReadonlyTag */);… 21084 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321 /* JSDocDeprecatedTag …
|
| D | tsserverlibrary.js | 20749 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 21072 … get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320 /* JSDocAuthorTag */); }, 21074 … get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322 /* JSDocClassTag */); }, 21076 … get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323 /* JSDocPublicTag */); }, 21078 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324 /* JSDocPrivateTag */); }, 21080 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325 /* JSDocProtectedTag */… 21082 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326 /* JSDocReadonlyTag */);… 21084 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321 /* JSDocDeprecatedTag …
|
| D | tsserver.js | 20555 …var getJSDocSimpleTagCreateFunction = ts.memoizeOne(function (kind) { return function (tagName, co… 20878 … get createJSDocAuthorTag() { return getJSDocSimpleTagCreateFunction(320 /* JSDocAuthorTag */); }, 20880 … get createJSDocClassTag() { return getJSDocSimpleTagCreateFunction(322 /* JSDocClassTag */); }, 20882 … get createJSDocPublicTag() { return getJSDocSimpleTagCreateFunction(323 /* JSDocPublicTag */); }, 20884 …get createJSDocPrivateTag() { return getJSDocSimpleTagCreateFunction(324 /* JSDocPrivateTag */); }, 20886 …get createJSDocProtectedTag() { return getJSDocSimpleTagCreateFunction(325 /* JSDocProtectedTag */… 20888 …get createJSDocReadonlyTag() { return getJSDocSimpleTagCreateFunction(326 /* JSDocReadonlyTag */);… 20890 …get createJSDocDeprecatedTag() { return getJSDocSimpleTagCreateFunction(321 /* JSDocDeprecatedTag …
|