Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsignatureHelp.ts122 const expression = getExpressionFromInvocation(argumentInfo.invocation);
497 …function getExpressionFromInvocation(invocation: CallInvocation | TypeArgsInvocation): Expression { function
515 …textual ? invocation.symbol : (typeChecker.getSymbolAtLocation(getExpressionFromInvocation(invocat…