Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsignatureHelp.ts4 …interface CallInvocation { readonly kind: InvocationKind.Call; readonly node: CallLikeExpression; } interface
12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation;
495 …function getExpressionFromInvocation(invocation: CallInvocation | TypeArgsInvocation): Expression {