Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameterInstantiation.h39 const ArenaVector<Expression *> &Params() const in Params() function
DtsTypeParameterDeclaration.h54 const ArenaVector<TSTypeParameter *> &Params() const in Params() function
DtsFunctionType.h60 const ArenaVector<Expression *> &Params() const in Params() function
DtsConstructorType.h61 const ArenaVector<Expression *> &Params() const in Params() function
DtsSignatureDeclaration.h63 const ArenaVector<Expression *> &Params() const in Params() function
DtsMethodSignature.h74 const ArenaVector<Expression *> &Params() const in Params() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h77 const ArenaVector<Expression *> &Params() const in Params() function
82 ArenaVector<Expression *> &Params() in Params() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.h70 const ArenaVector<binder::LocalVariable *> &Params() const in Params() function
/arkcompiler/runtime_core/verification/type/
Dtype_type.cpp53 TypeParams Type::Params() const in Params() function in panda::verifier::Type
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h264 using Params = ArenaVector<std::pair< variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h447 ArenaVector<LocalVariable *> &Params() in Params() function
452 const ArenaVector<LocalVariable *> &Params() const in Params() function