| /third_party/typescript/tests/cases/fourslash/ |
| D | incrementalJsDocAdjustsLengthsRight.ts | 16 c.docCommentTagName("param"), 25 c.docCommentTagName("param"),
|
| D | syntacticClassificationsDocComment1.ts | 10 c.docCommentTagName("type"),
|
| D | syntacticClassificationsDocComment3.ts | 10 c.docCommentTagName("param"),
|
| D | syntacticClassificationForJSDocTemplateTag.ts | 11 c.docCommentTagName("template"),
|
| D | syntacticClassificationsDocComment4.ts | 10 c.docCommentTagName("param"),
|
| D | syntacticClassificationsDocComment2.ts | 11 c.docCommentTagName("param"),
|
| D | fourslash.ts | 519 docCommentTagName(text: string, position?: number): {
|
| /third_party/typescript/src/services/ |
| D | classifier.ts | 572 … case ClassificationType.docCommentTagName: return ClassificationTypeNames.docCommentTagName; 722 ….tagName.pos, tag.tagName.end - tag.tagName.pos, ClassificationType.docCommentTagName); // e.g. "p…
|
| D | types.ts | 1420 docCommentTagName = "doc comment tag name", enumerator 1447 docCommentTagName = 18, enumerator
|
| /third_party/typescript/src/harness/ |
| D | fourslashInterfaceImpl.ts | 851 function docCommentTagName(text: string, position?: number): Classification { 852 return getClassification(ts.ClassificationTypeNames.docCommentTagName, text, position); 922 docCommentTagName,
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2700 docCommentTagName = 18, enumerator
|
| D | tsserverlibrary.d.ts | 6341 docCommentTagName = "doc comment tag name", enumerator 6367 docCommentTagName = 18, enumerator 9277 docCommentTagName = 18,
|
| D | typescript.d.ts | 6341 docCommentTagName = "doc comment tag name", enumerator 6367 docCommentTagName = 18, enumerator
|
| D | typescriptServices.d.ts | 6341 docCommentTagName = "doc comment tag name", enumerator 6367 docCommentTagName = 18, enumerator
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 3460 docCommentTagName = 18, enumerator
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 6588 docCommentTagName = "doc comment tag name", enumerator 6614 docCommentTagName = 18, enumerator 9556 docCommentTagName = 18,
|
| D | typescript.d.ts | 6588 docCommentTagName = "doc comment tag name", enumerator 6614 docCommentTagName = 18, enumerator
|