Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsignatureHelp.ts3 const enum InvocationKind { Call, TypeArgs, Contextual } enumerator
5 …interface TypeArgsInvocation { readonly kind: InvocationKind.TypeArgs; readonly called: Identifier…
84 case InvocationKind.TypeArgs: {
282 const invocation: Invocation = { kind: InvocationKind.TypeArgs, called };
500 …ocationKind.Call ? invocation.node : invocation.kind === InvocationKind.TypeArgs ? invocation.call…