Home
last modified time | relevance | path

Searched refs:GetFunctionDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_params.h737 const std::string &GetFunctionDeclaration() const in GetFunctionDeclaration() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp1088 EXPECT_EQ(objectData->GetFunctionDeclaration(), "testFunction"); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1678 std::string functionDeclaration = params.GetFunctionDeclaration(); in CallFunctionOn()