Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DidentifierHasVariable.h25 class IdentifierHasVariable { class
27 explicit IdentifierHasVariable([[maybe_unused]] ArenaAllocator &allocator) {} in IdentifierHasVariable() function in ark::es2panda::compiler::ast_verifier::IdentifierHasVariable
H A DidentifierHasVariable.cpp25 CheckResult IdentifierHasVariable::operator()(CheckContext &ctx, const ir::AstNode *ast) in operator ()()
49 bool IdentifierHasVariable::CheckMoreAstExceptions(const ir::Identifier *ast) const in CheckMoreAstExceptions()
98 bool IdentifierHasVariable::CheckAstExceptions(const ir::Identifier *ast) const in CheckAstExceptions()
H A DASTVerifier.cpp45 AddInvariant<IdentifierHasVariable>(allocator, "IdentifierHasVariable"); in ASTVerifier()
H A DvariableHasScope.cpp60 auto invariantHasVariable = IdentifierHasVariable {allocator}; in GetLocalScopeVariable()
67 // see exceptions in IdentifierHasVariable check in GetLocalScopeVariable()

Completed in 2 milliseconds