Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h540 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 DvariableFlags.h62 _(LOCAL_WITH_ALIAS, LocalScopeWithTypeAlias) \
H A Dscope.cpp764 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 DscopesInitPhase.cpp68 auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), blockStmt); in VisitBlockStatement()
237 auto localCtx = LexicalScopeCreateOrEnter<varbinder::LocalScopeWithTypeAlias>(VarBinder(), switchStmt); in VisitSwitchStatement()

Completed in 7 milliseconds