Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dsignature_help_items.h34 Invocation invocation_;
66 void SetInvocation(Invocation invocation) in SetInvocation()
70 const Invocation &GetInvocation() const in GetInvocation()
Dcreate_type_help_items.h50 using Invocation = std::variant<CallInvocation, TypeArgsInvocation, ContextualInvocation>; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/
Dinvocation_another_constructor_of_same_class.ets17 desc: Invocation constructor of same class.
Dinvocation_another_constructor_of_superclass.ets17 desc: Invocation constructor of superclass.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/
Dinvocation_another_constructor_with_refer_to_instance_0.ets17 desc: Invocation constructor of same class with refer to instance variable using 'this' keyword.
Dinvocation_another_constructor_with_refer_to_instance_1.ets17 desc: Invocation constructor of superclass with refer to instance variable using 'this' keyword.
Dinvocation_another_constructor_with_refer_to_instance_3.ets17 desc: Invocation constructor of same class with refer to instance variable using 'super' keyword.
Dinvocation_another_constructor_with_refer_to_instance_2.ets17 desc: Invocation constructor of superclass with refer to instance variable using 'super' keyword.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dwidening_refs_call.ets18 desc: Invocation contexts allow a widening reference conversion.
Dwidening_prim_call.ets18 desc: Invocation contexts allow a widening primitive conversion.
Dunboxing_call.ets18 desc: Invocation contexts allow an unboxing conversion.
Didentity_call.ets18 desc: Invocation contexts allow an identity conversion.
Dboxing_call.ets18 desc: Invocation contexts allow a boxing conversion.
Dboxing2_call.ets18 desc: Invocation contexts allow a boxing conversion followed by a widening reference conversion.
Dwidening_refs_unbox_call.ets18 desc: Invocation contexts allow the use a widening reference conversion followed by an unboxing con…
Dunboxing2_call.ets18 desc: Invocation contexts allow an unboxing conversion followed by a widening primitive conversion.
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help.cpp250 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()