Home
last modified time | relevance | path

Searched defs:typeExpression (Results 1 – 25 of 26) 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.noLeadingAsterisk.json24 "typeExpression": { object
DDocComments.parsesCorrectly.returnTag1.json24 "typeExpression": { object
DDocComments.parsesCorrectly.leadingAsterisk.json24 "typeExpression": { object
DDocComments.parsesCorrectly.typeTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.returnTag2.json25 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagNameThenType2.json24 "typeExpression": { object
DDocComments.parsesCorrectly.argumentSynonymForParamTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagNameThenType1.json23 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagBracketedName1.json24 "typeExpression": { object
DDocComments.parsesCorrectly.paramTagBracketedName2.json24 "typeExpression": { object
DDocComments.parsesCorrectly.argSynonymForParamTag.json24 "typeExpression": { object
DDocComments.parsesCorrectly.oneParamTag.json23 "typeExpression": { object
DDocComments.parsesCorrectly.paramTag1.json24 "typeExpression": { object
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts333 const typeExpression = factory.createJSDocTypeExpression(typeNode); constant
/third_party/typescript/src/services/
Dcompletions.ts2084 const typeExpression = tryGetTypeExpressionFromTag(tag); constant
2405 const typeExpression = isJSDocTemplateTag(tag) ? tag.constraint : tag.typeExpression; constant
/third_party/typescript/lib/
Dtypescript.d.ts2116 readonly typeExpression: JSDocTypeExpression; property
2120 readonly typeExpression: JSDocTypeExpression; property
2133 readonly typeExpression?: JSDocTypeExpression; property
2137 readonly typeExpression: JSDocTypeExpression; property
2144 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
2151 readonly typeExpression: JSDocSignature; property
2162 readonly typeExpression?: JSDocTypeExpression; property
Dtsserverlibrary.d.ts6119 readonly typeExpression: JSDocTypeExpression; property
6123 readonly typeExpression: JSDocTypeExpression; property
6136 readonly typeExpression?: JSDocTypeExpression; property
6140 readonly typeExpression: JSDocTypeExpression; property
6147 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
6154 readonly typeExpression: JSDocSignature; property
6165 readonly typeExpression?: JSDocTypeExpression; property
DtypingsInstaller.js16295 function createJSDocTypedefTag(tagName, typeExpression, fullName, comment) { argument
16302 …function updateJSDocTypedefTag(node, tagName = getDefaultTagName(node), typeExpression, fullName, … argument
16305 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument
16313 …meterTag(node, tagName = getDefaultTagName(node), name, isBracketed, typeExpression, isNameFirst, … argument
16316 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument
16324 …pertyTag(node, tagName = getDefaultTagName(node), name, isBracketed, typeExpression, isNameFirst, … argument
16327 function createJSDocCallbackTag(tagName, typeExpression, fullName, comment) { argument
16334 …function updateJSDocCallbackTag(node, tagName = getDefaultTagName(node), typeExpression, fullName,… argument
16413 function createJSDocTypeLikeTagWorker(kind, tagName, typeExpression, comment) { argument
16418 …ateJSDocTypeLikeTagWorker(kind, node, tagName = getDefaultTagName(node), typeExpression, comment) { argument
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2116 readonly typeExpression: JSDocTypeExpression; property
2120 readonly typeExpression: JSDocTypeExpression; property
2133 readonly typeExpression?: JSDocTypeExpression; property
2137 readonly typeExpression: JSDocTypeExpression; property
2144 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
2151 readonly typeExpression: JSDocSignature; property
2162 readonly typeExpression?: JSDocTypeExpression; property
Dtsserverlibrary.d.ts6119 readonly typeExpression: JSDocTypeExpression; property
6123 readonly typeExpression: JSDocTypeExpression; property
6136 readonly typeExpression?: JSDocTypeExpression; property
6140 readonly typeExpression: JSDocTypeExpression; property
6147 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property
6154 readonly typeExpression: JSDocSignature; property
6165 readonly typeExpression?: JSDocTypeExpression; property

12