Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeParameterDeclarationBuilder.h32 TSTypeParameterDeclarationBuilder &AddParam(TSTypeParameter *param) in AddParam() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameterDeclaration.h59 void AddParam(TSTypeParameter *param) in AddParam() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp452 bool ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, Vari… in AddParam() function in panda::es2panda::binder::ParamScope
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dani_signature_builder.cpp366 void AddParam(const Type &type) in AddParam() function in arkts::ani_signature::SignatureBuilder::Impl
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp88 ir::ETSParameterExpression *ETSChecker::AddParam(util::StringView name, ir::TypeNode *type) in AddParam() function in ark::es2panda::checker::ETSChecker