Searched defs:AddParam (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| D | tsTypeParameterDeclaration.h | 59 void AddParam(TSTypeParameter *param) in AddParam() function |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| D | scope.cpp | 472 bool ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, Vari… in AddParam() function in panda::es2panda::binder::ParamScope |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ | ||
| D | dynamic.cpp | 85 ir::ETSParameterExpression *ETSChecker::AddParam(util::StringView name, ir::TypeNode *type) in AddParam() function in ark::es2panda::checker::ETSChecker |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| D | scope.cpp | 382 Variable *ParamScope::AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,… in AddParam() function in ark::es2panda::varbinder::ParamScope |