Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dsignature_help_items.h70 const Invocation &GetInvocation() const in GetInvocation() function
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help.cpp82 if (const auto *call = std::get_if<CallInvocation>(&info->GetInvocation()); in GetCandidateOrTypeInfo()
99 } else if (const auto *typeArgs = std::get_if<TypeArgsInvocation>(&info->GetInvocation())) { in GetCandidateOrTypeInfo()
104 …} else if (const auto *context = std::get_if<ContextualInvocation>(&info->GetInvocation()); contex… in GetCandidateOrTypeInfo()