Home
last modified time | relevance | path

Searched defs:bindings (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp159 void Scope::MergeBindings(VariableMap const &bindings) in MergeBindings() argument
416 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
538 void GlobalScope::MergeBindings([[maybe_unused]] const VariableMap &bindings) in MergeBindings() argument
964 const auto &bindings = Bindings(); in ConvertToVariableScope() local
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp406 static void CollectBindingName(ir::AstNode *node, std::vector<ir::Identifier *> *bindings) in CollectBindingName() argument
447 std::vector<ir::Identifier *> bindings; in CollectBindingNames() local
[all...]
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp505 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp436 static void CollectBindingName(const ir::AstNode *node, std::vector<const ir::Identifier *> *bindings) in CollectBindingName() argument
477 std::vector<const ir::Identifier *> bindings; in CollectBindingNames() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp226 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in VisitVariableDeclarator() local
530 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSInterfaceDeclaration() local
585 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSEnumDeclaration() local
666 const auto &bindings = VarBinder()->GetScope()->Bindings(); in CreateFuncDecl() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1813 VReg bindings = AllocReg(); in DirectEval() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp790 const auto &bindings = Binder()->GetScope()->Bindings(); in ParseTsInterfaceDeclaration() local
1257 const auto &bindings = Binder()->GetScope()->Bindings(); in AddFunctionToBinder() local
2072 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in ParseVariableDeclarator() local
2422 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(decl->Id()); AddExportLocalEntryItem() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1312 BindingsModuleObjectAddProperty(checker::ETSObjectType *moduleObjType, ir::ETSImportDeclaration *importDecl, const varbinder::Scope::VariableMap &bindings) BindingsModuleObjectAddProperty() argument

Completed in 28 milliseconds