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/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp85 ir::ETSParameterExpression *ETSChecker::AddParam(util::StringView name, ir::TypeNode *type) in AddParam() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp388 Variable *ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,… in AddParam() function in ark::es2panda::varbinder::ParamScope