Searched refs:LocalScopeWithTypeAlias (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.h | 540 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> {
|
| D | variableFlags.h | 62 _(LOCAL_WITH_ALIAS, LocalScopeWithTypeAlias) \
|
| D | scope.cpp | 764 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/ |
| D | scopesInitPhase.cpp | 57 …auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), blockSt… in VisitBlockStatement() 224 …auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), switchS… in VisitSwitchStatement()
|