Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DSymbolCache.ts84 const functionDeclaration = node as ts.FunctionDeclaration; constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts390 …const functionDeclaration = sourceFile.statements.find(node => node && node.kind === SyntaxKind.Fu… constant
461 const functionDeclaration = sourceFile.statements[0] as FunctionDeclaration; constant
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp806 std::string functionDeclaration; in Create() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1692 std::string functionDeclaration = params.GetFunctionDeclaration(); in CallFunctionOn() local