Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DScope.ts38 parentScope: Scope | null; property in Scope
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp90 FunctionScope parentScope(Allocator(), nullptr); in TEST_F() local
108 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
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts10378 const parentScope = scopeStack[scopeStack.length - 1]; constant