Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dcreate_type_help_items.h34 struct CallInvocation { struct
50 using Invocation = std::variant<CallInvocation, TypeArgsInvocation, ContextualInvocation>; argument
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help.cpp82 if (const auto *call = std::get_if<CallInvocation>(&info->GetInvocation()); in GetCandidateOrTypeInfo()
250 argum.SetInvocation(Invocation(CallInvocation {InvocationKind::CALL, param})); in GetArgumentOrParameterListAndIndex()
261 argum.SetInvocation(Invocation(CallInvocation {InvocationKind::CALL, param})); in GetArgumentOrParameterListAndIndex()
339 … argumentList.SetInvocation(Invocation(CallInvocation {InvocationKind::CALL, invocation})); in GetImmediatelyContainingArgumentInfo()