Home
last modified time | relevance | path

Searched defs:parentScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp121 FunctionScope parentScope(Allocator(), nullptr); in TEST_F() local
144 FunctionScope parentScope(Allocator(), nullptr); in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts172 let parentScope = new Scope('parentScope', sourceFile, ScopeKind.FUNCTION); variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h818 Scope *parentScope = parent_; in GetParentWithScopeName() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp402 auto *parentScope = Binder()->GetScope(); in ParseTsModuleOrNamespaceDelaration() local