Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameterDeclaration.h54 void AddParam(TSTypeParameter *param) in AddParam() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp374 bool ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, Vari… in AddParam() function in panda::es2panda::binder::ParamScope
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp320 Variable *ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,… in AddParam() function in panda::es2panda::varbinder::ParamScope
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp49 ir::ETSParameterExpression *ETSChecker::AddParam(varbinder::FunctionParamScope *paramScope, util::S… in AddParam() function in panda::es2panda::checker::ETSChecker