Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dcreate_type_help_items.h39 struct TypeArgsInvocation { struct
50 using Invocation = std::variant<CallInvocation, TypeArgsInvocation, ContextualInvocation>; argument