Home
last modified time | relevance | path

Searched refs:TSBinding (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DtsBinding.h27 class TSBinding : public util::UString { class
29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() function in ark::es2panda::varbinder::TSBinding
H A Dscope.cpp121 std::string tsBindingName = varbinder::TSBinding::ToTSBinding(name); in FindLocal()
735 std::string tsBindingName = varbinder::TSBinding::ToTSBinding(name); in FindLocal()
795 std::string tsBindingName = varbinder::TSBinding::ToTSBinding(name); in FindLocal()
/arkcompiler/ets_frontend/es2panda/binder/
H A DtsBinding.h27 class TSBinding : public util::UString { class
29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() function in panda::es2panda::binder::TSBinding
H A Dscope.cpp76 const std::string &interfaceName = binder::TSBinding::ToTSBinding(name); in FindLocal()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp515 varbinder::TSBinding tsBinding(Allocator(), id->Name()); in VisitTSTypeAliasDeclaration()
524 varbinder::TSBinding tsBinding(Allocator(), id->Name()); in FormInterfaceOrEnumDeclarationIdBinding()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp749 binder::TSBinding tsBinding(Allocator(), ident); in ParseTsTypeAliasDeclaration()
788 binder::TSBinding tsBinding(Allocator(), ident); in ParseTsInterfaceDeclaration()
2473 binder::TSBinding tsBinding(Allocator(), name->Name()); in AddTsTypeExportLocalEntryItem()
2942 binder::TSBinding tsBinding(Allocator(), name); in AddImportDecl()

Completed in 11 milliseconds