Home
last modified time | relevance | path

Searched defs:FunctionScope (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileQueue.h30 class FunctionScope; variable
DcompileJob.h26 class FunctionScope; variable
Dpandagen.h33 class FunctionScope; variable
DcodeGen.h73std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) noexcept in CodeGen()
DETSGen.cpp58std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) noexcept in ETSGen()
Dpandagen.cpp261std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) in PandaGen()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.h40 class FunctionScope; variable
Dscope.h461 class FunctionScope; variable
492 friend class FunctionScope; variable
551 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope() function
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_scope_declaration_test.cpp25 TEST_F(ASTVerifierTest, FunctionScope) in TEST_F() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h33 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h31 class FunctionScope; variable
Dpandagen.h33 class FunctionScope; variable
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h37 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h660 class FunctionScope; variable
700 friend class FunctionScope; variable
756 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2683 std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassProperty()
2904 …bool isExtendsFromNull, std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassElement()