Home
last modified time | relevance | path

Searched refs:FileSpanWithContext (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts714 interface FileSpanWithContext extends FileSpan, TextSpanWithContext { interface
717 definitions: readonly FileSpanWithContext[];
724 body?: FileSpanWithContext[];
735 body?: FileSpanWithContext[];
741 body?: FileSpanWithContext[];
778 interface OccurrencesResponseItem extends FileSpanWithContext {
834 interface ReferencesResponseItem extends FileSpanWithContext {
Dtsserverlibrary.d.ts7291 interface FileSpanWithContext extends FileSpan, TextSpanWithContext {
7294 definitions: readonly FileSpanWithContext[];
7301 body?: FileSpanWithContext[];
7312 body?: FileSpanWithContext[];
7318 body?: FileSpanWithContext[];
7355 interface OccurrencesResponseItem extends FileSpanWithContext {
7411 interface ReferencesResponseItem extends FileSpanWithContext {
/third_party/typescript/src/server/
Dprotocol.ts987 export interface FileSpanWithContext extends FileSpan, TextSpanWithContext { interface
991 definitions: readonly FileSpanWithContext[];
999 body?: FileSpanWithContext[];
1013 body?: FileSpanWithContext[];
1020 body?: FileSpanWithContext[];
1063 export interface OccurrencesResponseItem extends FileSpanWithContext {
1128 export interface ReferencesResponseItem extends FileSpanWithContext {
Dsession.ts1211 …LocationRequestArgs, simplifiedResult: boolean): readonly protocol.FileSpanWithContext[] | readonl…
1277 …efinitions: readonly DefinitionInfo[], project: Project): readonly protocol.FileSpanWithContext[] {
1316 …pan: TextSpan, contextSpan: TextSpan | undefined, project: Project): protocol.FileSpanWithContext {
1324 …etTypeDefinition(args: protocol.FileLocationRequestArgs): readonly protocol.FileSpanWithContext[] {
1343 …LocationRequestArgs, simplifiedResult: boolean): readonly protocol.FileSpanWithContext[] | readonl…
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts529 …tText, contextOptions, ...rest }: FileSpanWithContextFromSubString): protocol.FileSpanWithContext {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7540 interface FileSpanWithContext extends FileSpan, TextSpanWithContext {
7543 definitions: readonly FileSpanWithContext[];
7550 body?: FileSpanWithContext[];
7561 body?: FileSpanWithContext[];
7567 body?: FileSpanWithContext[];
7604 interface OccurrencesResponseItem extends FileSpanWithContext {
7660 interface ReferencesResponseItem extends FileSpanWithContext {