Searched defs:FunctionScope (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compileQueue.h | 30 class FunctionScope; variable
|
| D | compileJob.h | 26 class FunctionScope; variable
|
| D | pandagen.h | 33 class FunctionScope; variable
|
| D | codeGen.h | 73 … std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) noexcept in CodeGen()
|
| D | ETSGen.cpp | 58 … std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) noexcept in ETSGen()
|
| D | pandagen.cpp | 261 … std::tuple<varbinder::FunctionScope *, ProgramElement *, AstCompiler *> toCompile) in PandaGen()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | recordTable.h | 40 class FunctionScope; variable
|
| D | scope.h | 461 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/ |
| D | ast_verifier_check_scope_declaration_test.cpp | 25 TEST_F(ASTVerifierTest, FunctionScope) in TEST_F() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | scriptFunction.h | 33 class FunctionScope; variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.h | 31 class FunctionScope; variable
|
| D | pandagen.h | 33 class FunctionScope; variable
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 37 class FunctionScope; variable
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.h | 660 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/ |
| D | parserImpl.cpp | 2683 std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassProperty() 2904 …bool isExtendsFromNull, std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassElement()
|