Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DcallExpressionBuilder.h32 CallExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() function
DnewExpressionBuilder.h32 NewExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() function
DdirectEvalExpressionBuilder.h32 DirectEvalExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() function
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp81 void CalleeInfo::SetCallee(const Function *func) in SetCallee() function in panda::defect_scan_aux::CalleeInfo
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.h73 void SetCallee(Expression *callee) noexcept in SetCallee() function