Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DvariableHasScope.cpp33 if (const auto maybeVar = GetLocalScopeVariable(allocator_, ctx, ast); maybeVar.has_value()) { in operator ()()
52 std::optional<varbinder::LocalVariable *> VariableHasScope::GetLocalScopeVariable(ArenaAllocator &allocator, in GetLocalScopeVariable() function in ark::es2panda::compiler::ast_verifier::VariableHasScope
H A DvariableHasScope.h30 static std::optional<varbinder::LocalVariable *> GetLocalScopeVariable(ArenaAllocator &allocator, CheckContext &ctx,
H A DvariableHasEnclosingScope.cpp28 const auto maybeVar = VariableHasScope::GetLocalScopeVariable(allocator_, ctx, ast); in operator ()()

Completed in 2 milliseconds