Home
last modified time | relevance | path

Searched refs:CollectBindingNames (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h157 static std::vector<ir::Identifier *> CollectBindingNames(ir::AstNode *node);
H A Dhelpers.cpp445 std::vector<ir::Identifier *> Helpers::CollectBindingNames(ir::AstNode *node) in CollectBindingNames() function in Helpers
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h126 static std::vector<const ir::Identifier *> CollectBindingNames(const ir::AstNode *node);
H A Dhelpers.cpp475 std::vector<const ir::Identifier *> Helpers::CollectBindingNames(const ir::AstNode *node) in CollectBindingNames() function in Helpers
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp505 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp416 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp226 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in VisitVariableDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2072 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in ParseVariableDeclarator()
2422 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(decl->Id()); in AddExportLocalEntryItem()

Completed in 15 milliseconds