Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsignatureHelp.ts5 …interface TypeArgsInvocation { readonly kind: InvocationKind.TypeArgs; readonly called: Identifier… interface
12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation;
495 …function getExpressionFromInvocation(invocation: CallInvocation | TypeArgsInvocation): Expression {