Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h33 class VarBinder; variable
72 const varbinder::VarBinder *VarBinder() const in VarBinder() function
77 varbinder::VarBinder *VarBinder() in VarBinder() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerContext.h26 class VarBinder; variable
58 [[nodiscard]] varbinder::VarBinder *VarBinder() const noexcept in VarBinder() function
DcodeGen.cpp161 varbinder::VarBinder *CodeGen::VarBinder() const noexcept in VarBinder() function in panda::es2panda::compiler::CodeGen
DETSGen.cpp101 const varbinder::ETSBinder *ETSGen::VarBinder() const noexcept in VarBinder() function in panda::es2panda::compiler::ETSGen
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.h39 varbinder::VarBinder *VarBinder() const in VarBinder() function
DscopesInitPhase.h139 [[nodiscard]] varbinder::VarBinder *VarBinder() const in VarBinder() function
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h46 class VarBinder; variable
Dchecker.cpp214 varbinder::VarBinder *Checker::VarBinder() const in VarBinder() function in panda::es2panda::checker::Checker
Dchecker.h46 class VarBinder; variable
DTSchecker.h33 class VarBinder; variable
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h44 class VarBinder; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h51 …explicit VarBinder(ArenaAllocator *allocator) : allocator_(allocator), functionScopes_(allocator_-… in VarBinder() function