/third_party/typescript/src/services/ |
D | types.ts | 43 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 45 …umentationComment(context: Node | undefined, checker: TypeChecker | undefined): SymbolDisplayPart[] 90 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 927 displayParts: SymbolDisplayPart[]; 1083 displayParts: SymbolDisplayPart[]; 1123 export interface SymbolDisplayPart { interface 1128 export interface JSDocLinkDisplayPart extends SymbolDisplayPart { 1134 text?: SymbolDisplayPart[] | string; 1142 displayParts?: SymbolDisplayPart[]; 1143 documentation?: SymbolDisplayPart[]; [all …]
|
D | jsDoc.ts | 86 …romDeclarations(declarations: readonly Declaration[], checker?: TypeChecker): SymbolDisplayPart[] { 93 const parts: SymbolDisplayPart[][] = []; 121 … function isIdenticalListOfDisplayParts(parts1: SymbolDisplayPart[], parts2: SymbolDisplayPart[]) { 157 …comment: string | readonly JSDocComment[], checker: TypeChecker | undefined): SymbolDisplayPart[] { 164 ) as SymbolDisplayPart[]; 167 …function getCommentDisplayParts(tag: JSDocTag, checker?: TypeChecker): SymbolDisplayPart[] | undef… 177 const displayParts: SymbolDisplayPart[] = []; 231 function getTagNameDisplayPart(kind: SyntaxKind): (text: string) => SymbolDisplayPart {
|
D | symbolDisplay.ts | 132 displayParts: SymbolDisplayPart[]; 133 documentation: SymbolDisplayPart[]; 141 const displayParts: SymbolDisplayPart[] = []; 142 let documentation: SymbolDisplayPart[] = []; 150 let documentationFromAlias: SymbolDisplayPart[] | undefined; 660 let fullSymbolDisplayParts: SymbolDisplayPart[] = [];
|
D | signatureHelp.ts | 584 …const separatorDisplayParts: SymbolDisplayPart[] = [punctuationPart(SyntaxKind.CommaToken), spaceP… 586 …tem(candidateSignature: Signature, callTargetDisplayParts: readonly SymbolDisplayPart[], isTypePar… 597 …ature: Signature, enclosingDeclaration: Node, checker: TypeChecker): readonly SymbolDisplayPart[] { 611 …eHelpParameter[]; readonly prefix: readonly SymbolDisplayPart[]; readonly suffix: readonly SymbolD…
|
D | services.ts | 310 documentationComment?: SymbolDisplayPart[]; 313 contextualGetAccessorDocumentationComment?: SymbolDisplayPart[]; 314 contextualSetAccessorDocumentationComment?: SymbolDisplayPart[]; 344 getDocumentationComment(checker: TypeChecker | undefined): SymbolDisplayPart[] { 359 …entationComment(context: Node | undefined, checker: TypeChecker | undefined): SymbolDisplayPart[] { 573 documentationComment?: SymbolDisplayPart[]; 604 getDocumentationComment(): SymbolDisplayPart[] { 646 …tions: readonly Declaration[] | undefined, checker: TypeChecker | undefined): SymbolDisplayPart[] { 957 displayParts(): SymbolDisplayPart[]; 988 export function displayPartsToString(displayParts: SymbolDisplayPart[] | undefined) {
|
D | utilities.ts | 2192 let displayParts: SymbolDisplayPart[]; 2309 export function displayPart(text: string, kind: SymbolDisplayPartKind): SymbolDisplayPart { 2375 …rts(link: JSDocLink | JSDocLinkCode | JSDocLinkPlain, checker?: TypeChecker): SymbolDisplayPart[] { 2440 …oDisplayParts(writeDisplayParts: (writer: DisplayPartsSymbolWriter) => void): SymbolDisplayPart[] { 2450 … enclosingDeclaration?: Node, flags: TypeFormatFlags = TypeFormatFlags.None): SymbolDisplayPart[] { 2456 …e, meaning?: SymbolFlags, flags: SymbolFormatFlags = SymbolFormatFlags.None): SymbolDisplayPart[] { 2462 … enclosingDeclaration?: Node, flags: TypeFormatFlags = TypeFormatFlags.None): SymbolDisplayPart[] { 2469 … export function nodeToDisplayParts(node: Node, enclosingDeclaration: Node): SymbolDisplayPart[] {
|
D | findAllReferences.ts | 313 …pan: TextSpan, name: string, kind: ScriptElementKind, displayParts: SymbolDisplayPart[], context?:… 389 …(symbol: Symbol, checker: TypeChecker, node: Node): { displayParts: SymbolDisplayPart[], kind: Scr… 500 …node: Node, checker: TypeChecker): { kind: ScriptElementKind, displayParts: SymbolDisplayPart[] } {
|
D | completions.ts | 1707 …ken: CancellationToken, codeActions?: CodeAction[], sourceDisplay?: SymbolDisplayPart[]): Completi… 1715 …ayParts: SymbolDisplayPart[], documentation?: SymbolDisplayPart[], tags?: JSDocTagInfo[], codeActi… 1721 readonly sourceDisplay: SymbolDisplayPart[] | undefined;
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 730 text?: string | SymbolDisplayPart[]; 1487 documentation: string | SymbolDisplayPart[]; 1714 interface SymbolDisplayPart { interface 1725 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 1778 sourceDisplay?: SymbolDisplayPart[]; 1817 displayParts?: SymbolDisplayPart[]; 1852 displayParts: SymbolDisplayPart[]; 1856 documentation?: SymbolDisplayPart[]; 1868 source?: SymbolDisplayPart[]; 1872 sourceDisplay?: SymbolDisplayPart[]; [all …]
|
D | tsserverlibrary.d.ts | 2261 export interface SymbolDisplayPart { interface 2267 text?: string | SymbolDisplayPart[]; 6102 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6139 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6712 displayParts: SymbolDisplayPart[]; 6819 displayParts: SymbolDisplayPart[]; 6855 interface SymbolDisplayPart { interface 6859 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 6864 text?: SymbolDisplayPart[] | string; 6871 displayParts?: SymbolDisplayPart[]; [all …]
|
D | typescript.d.ts | 2261 export interface SymbolDisplayPart { interface 2267 text?: string | SymbolDisplayPart[]; 6102 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6139 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6712 displayParts: SymbolDisplayPart[]; 6819 displayParts: SymbolDisplayPart[]; 6855 interface SymbolDisplayPart { interface 6859 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 6864 text?: SymbolDisplayPart[] | string; 6871 displayParts?: SymbolDisplayPart[]; [all …]
|
D | typescriptServices.d.ts | 2261 export interface SymbolDisplayPart { interface 2267 text?: string | SymbolDisplayPart[]; 6102 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6139 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6712 displayParts: SymbolDisplayPart[]; 6819 displayParts: SymbolDisplayPart[]; 6855 interface SymbolDisplayPart { interface 6859 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 6864 text?: SymbolDisplayPart[] | string; 6871 displayParts?: SymbolDisplayPart[]; [all …]
|
/third_party/typescript/src/server/ |
D | protocol.ts | 1004 text?: string | SymbolDisplayPart[]; 2020 documentation: string | SymbolDisplayPart[]; 2270 export interface SymbolDisplayPart { interface 2283 export interface JSDocLinkDisplayPart extends SymbolDisplayPart { 2337 sourceDisplay?: SymbolDisplayPart[]; 2376 displayParts?: SymbolDisplayPart[]; 2413 displayParts: SymbolDisplayPart[]; 2418 documentation?: SymbolDisplayPart[]; 2433 source?: SymbolDisplayPart[]; 2438 sourceDisplay?: SymbolDisplayPart[]; [all …]
|
D | session.ts | 1500 …private mapDisplayParts(parts: SymbolDisplayPart[] | undefined, project: Project): protocol.Symbol…
|
/third_party/typescript/tests/cases/fourslash/ |
D | fourslash.ts | 58 interface SymbolDisplayPart { interface 344 findReferencesDefinitionDisplayPartsAtCaretAre(expected: ts.SymbolDisplayPart[]): void; 426 …}, displayParts: ts.SymbolDisplayPart[], documentation: ts.SymbolDisplayPart[], tags: { name: stri… 823 readonly text: string | ts.SymbolDisplayPart[] | undefined;
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 2261 export interface SymbolDisplayPart { interface 2267 text?: string | SymbolDisplayPart[]; 6102 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6139 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6712 displayParts: SymbolDisplayPart[]; 6819 displayParts: SymbolDisplayPart[]; 6855 interface SymbolDisplayPart { interface 6859 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 6864 text?: SymbolDisplayPart[] | string; 6871 displayParts?: SymbolDisplayPart[]; [all …]
|
D | typescript.d.ts | 2261 export interface SymbolDisplayPart { interface 2267 text?: string | SymbolDisplayPart[]; 6102 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6139 getDocumentationComment(typeChecker: TypeChecker | undefined): SymbolDisplayPart[]; 6712 displayParts: SymbolDisplayPart[]; 6819 displayParts: SymbolDisplayPart[]; 6855 interface SymbolDisplayPart { interface 6859 interface JSDocLinkDisplayPart extends SymbolDisplayPart { 6864 text?: SymbolDisplayPart[] | string; 6871 displayParts?: SymbolDisplayPart[]; [all …]
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 367 public findReferencesDefinitionDisplayPartsAtCaretAre(expected: ts.SymbolDisplayPart[]) { 587 …displayParts: ts.SymbolDisplayPart[], documentation: ts.SymbolDisplayPart[], tags: ts.JSDocTagInfo…
|
D | fourslashImpl.ts | 183 private static getDisplayPartsJson(displayParts: ts.SymbolDisplayPart[] | undefined) { 1280 public verifyDisplayPartsOfReferencedSymbol(expected: ts.SymbolDisplayPart[]) { 1402 displayParts: ts.SymbolDisplayPart[], 1403 documentation: ts.SymbolDisplayPart[], 2456 …const expected = range.marker.data as { displayParts?: ts.SymbolDisplayPart[], parts: string[], ki… 2505 … function displayPartIsEqualTo(a: ts.SymbolDisplayPart, b: ts.SymbolDisplayPart): boolean {
|
/third_party/typescript/src/compiler/ |
D | types.ts | 4413 export interface SymbolDisplayPart { 4419 text?: string | SymbolDisplayPart[];
|