Searched refs:LocalScopeWithTypeAlias (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.h | 540 class LocalScopeWithTypeAlias : public LocalScope { class 542 explicit LocalScopeWithTypeAlias(ArenaAllocator *allocator, Scope *parent) in LocalScopeWithTypeAlias() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LocalScopeWithTypeAlias 547 explicit LocalScopeWithTypeAlias(ArenaAllocator *allocator, Scope *parent, ScopeFlags flags) in LocalScopeWithTypeAlias() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LocalScopeWithTypeAlias 621 class ClassScope : public LocalScopeWithTypeAlias { 624 : LocalScopeWithTypeAlias(allocator, parent), in ClassScope() 769 class CatchScope : public ScopeWithParamScope<LocalScopeWithTypeAlias, CatchParamScope> {
|
H A D | variableFlags.h | 62 _(LOCAL_WITH_ALIAS, LocalScopeWithTypeAlias) \
|
H A D | scope.cpp | 764 Variable *LocalScopeWithTypeAlias::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() 781 Variable *LocalScopeWithTypeAlias::FindLocal(const util::StringView &name, ResolveBindingOptions options) const in FindLocal()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 68 auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), blockStmt); in VisitBlockStatement() 237 auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), switchStmt); in VisitSwitchStatement()
|
Completed in 7 milliseconds