Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp289 … if (const auto maybeVar = GetLocalScopeVariable(allocator_, ctx, ast); maybeVar.has_value()) { in operator ()()
302 … static std::optional<varbinder::LocalVariable *> GetLocalScopeVariable(ArenaAllocator &allocator, in GetLocalScopeVariable() function in panda::es2panda::compiler::VariableHasScope
386 const auto maybeVar = VariableHasScope::GetLocalScopeVariable(allocator_, ctx, ast); in operator ()()