Home
last modified time | relevance | path

Searched defs:typeExpression (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.typedefTagWithChildrenTags.json23 "typeExpression": { object
44 "typeExpression": { object
83 "typeExpression": { object
DDocComments.parsesCorrectly.twoParamTag2.json23 "typeExpression": { object
62 "typeExpression": { object
DDocComments.parsesCorrectly.twoParamTagOnSameLine.json23 "typeExpression": { object
62 "typeExpression": { object
DDocComments.parsesCorrectly.Nested @param tags.json24 "typeExpression": { object
52 "typeExpression": { object
DDocComments.parsesCorrectly.returnsTag1.json23 "typeExpression": { object
DDocComments.parsesCorrectly.typeTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.leadingAsterisk.json24 "typeExpression": { object
DDocComments.parsesCorrectly.noLeadingAsterisk.json24 "typeExpression": { object
DDocComments.parsesCorrectly.returnTag1.json24 "typeExpression": { object
DDocComments.parsesCorrectly.returnTag2.json25 "typeExpression": { object
DDocComments.parsesCorrectly.paramTag1.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagBracketedName1.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagNameThenType2.json24 "typeExpression": { object
DDocComments.parsesCorrectly.oneParamTag.json23 "typeExpression": { object
DDocComments.parsesCorrectly.argumentSynonymForParamTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.argSynonymForParamTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagBracketedName2.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagNameThenType1.json23 "typeExpression": { object
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts309 const typeExpression = factory.createJSDocTypeExpression(typeNode); constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1821 readonly typeExpression: JSDocTypeExpression; property
1825 readonly typeExpression: JSDocTypeExpression; property
1838 readonly typeExpression?: JSDocTypeExpression; property
1842 readonly typeExpression: JSDocTypeExpression; property
1849 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
1856 readonly typeExpression: JSDocSignature; property
1867 readonly typeExpression?: JSDocTypeExpression; property
Dtsserverlibrary.d.ts1821 readonly typeExpression: JSDocTypeExpression; property
1825 readonly typeExpression: JSDocTypeExpression; property
1838 readonly typeExpression?: JSDocTypeExpression; property
1842 readonly typeExpression: JSDocTypeExpression; property
1849 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
1856 readonly typeExpression: JSDocSignature; property
1867 readonly typeExpression?: JSDocTypeExpression; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts1813 readonly typeExpression: JSDocTypeExpression; property
1817 readonly typeExpression: JSDocTypeExpression; property
1830 readonly typeExpression?: JSDocTypeExpression; property
1834 readonly typeExpression: JSDocTypeExpression; property
1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
1848 readonly typeExpression: JSDocSignature; property
1859 readonly typeExpression?: JSDocTypeExpression; property
Dtypescript.d.ts1813 readonly typeExpression: JSDocTypeExpression; property
1817 readonly typeExpression: JSDocTypeExpression; property
1830 readonly typeExpression?: JSDocTypeExpression; property
1834 readonly typeExpression: JSDocTypeExpression; property
1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
1848 readonly typeExpression: JSDocSignature; property
1859 readonly typeExpression?: JSDocTypeExpression; property
DtypescriptServices.d.ts1813 readonly typeExpression: JSDocTypeExpression; property
1817 readonly typeExpression: JSDocTypeExpression; property
1830 readonly typeExpression?: JSDocTypeExpression; property
1834 readonly typeExpression: JSDocTypeExpression; property
1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
1848 readonly typeExpression: JSDocSignature; property
1859 readonly typeExpression?: JSDocTypeExpression; property
Dtsc.js16250 …Function = ts.memoizeOne(function (kind) { return function (tagName, typeExpression, comment) { re… argument
16251 …on = ts.memoizeOne(function (kind) { return function (node, tagName, typeExpression, comment) { re… argument
19176 function createJSDocTypedefTag(tagName, typeExpression, fullName, comment) { argument
19183 function updateJSDocTypedefTag(node, tagName, typeExpression, fullName, comment) { argument
19192 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument
19200 …function updateJSDocParameterTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, co… argument
19211 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument
19219 …function updateJSDocPropertyTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, com… argument
19230 function createJSDocCallbackTag(tagName, typeExpression, fullName, comment) { argument
19237 function updateJSDocCallbackTag(node, tagName, typeExpression, fullName, comment) { argument
[all …]

12