Home
last modified time | relevance | path

Searched defs:VarBinder (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h35 class VarBinder; variable
77 const varbinder::VarBinder *VarBinder() const in VarBinder() function
82 varbinder::VarBinder *VarBinder() in VarBinder() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.h39 varbinder::VarBinder *VarBinder() const in VarBinder() function
DscopesInitPhase.h145 [[nodiscard]] varbinder::VarBinder *VarBinder() const in VarBinder() function
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h48 class VarBinder; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h29 class VarBinder; variable
Dchecker.h37 class VarBinder; variable
Dchecker.cpp227 varbinder::VarBinder *Checker::VarBinder() const in VarBinder() function in ark::es2panda::checker::Checker
DTSchecker.h33 class VarBinder; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h55 …explicit VarBinder(ArenaAllocator *allocator) : allocator_(allocator), functionScopes_(allocator_-… in VarBinder() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp161 varbinder::VarBinder *CodeGen::VarBinder() const noexcept in VarBinder() function in ark::es2panda::compiler::CodeGen
DETSGen.cpp98 const varbinder::ETSBinder *ETSGen::VarBinder() const noexcept in VarBinder() function in ark::es2panda::compiler::ETSGen