Home
last modified time | relevance | path

Searched refs:LocalScopeWithTypeAlias (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h540 class LocalScopeWithTypeAlias : public LocalScope {
542 explicit LocalScopeWithTypeAlias(ArenaAllocator *allocator, Scope *parent) in LocalScopeWithTypeAlias() function
547 explicit LocalScopeWithTypeAlias(ArenaAllocator *allocator, Scope *parent, ScopeFlags flags) in LocalScopeWithTypeAlias() function
621 class ClassScope : public LocalScopeWithTypeAlias {
624 : LocalScopeWithTypeAlias(allocator, parent), in ClassScope()
769 class CatchScope : public ScopeWithParamScope<LocalScopeWithTypeAlias, CatchParamScope> {
DvariableFlags.h62 _(LOCAL_WITH_ALIAS, LocalScopeWithTypeAlias) \
Dscope.cpp764 Variable *LocalScopeWithTypeAlias::AddBinding(ArenaAllocator *allocator, Variable *currentVariable,… in AddBinding()
781 Variable *LocalScopeWithTypeAlias::FindLocal(const util::StringView &name, ResolveBindingOptions op… in FindLocal()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp57 …auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), blockSt… in VisitBlockStatement()
224 …auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), switchS… in VisitSwitchStatement()