Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.h23 class CheckScopeDeclaration { class
25 explicit CheckScopeDeclaration([[maybe_unused]] ArenaAllocator &allocator) {} in CheckScopeDeclaration() function in ark::es2panda::compiler::ast_verifier::CheckScopeDeclaration
H A DcheckScopeDeclaration.cpp23 CheckResult CheckScopeDeclaration::operator()(CheckContext &ctx, const ir::AstNode *ast) const in operator ()()
45 CheckResult CheckScopeDeclaration::CheckScope(CheckContext &ctx, varbinder::Scope const *const scope) const in CheckScope()
H A DASTVerifier.cpp60 AddInvariant<CheckScopeDeclaration>(allocator, "CheckScopeDeclaration"); in ASTVerifier()

Completed in 1 milliseconds