Home
last modified time | relevance | path

Searched defs:ExceptionsMatcher (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DnodeHasType.cpp33 class NodeHasType::ExceptionsMatcher { class in ark::es2panda::compiler::ast_verifier::NodeHasType
35 explicit ExceptionsMatcher(const ir::AstNode *ast) : nulltypeNode_(ast) {} in ExceptionsMatcher() function in ark::es2panda::compiler::ast_verifier::NodeHasType::ExceptionsMatcher
DidentifierHasVariable.h28 class ExceptionsMatcher; variable
DidentifierHasVariable.cpp23 class IdentifierHasVariable::ExceptionsMatcher { class in ark::es2panda::compiler::ast_verifier::IdentifierHasVariable
25ExceptionsMatcher(const IdentifierHasVariable *inv, const ir::Identifier *ast) : inv_(inv), ast_(a… in ExceptionsMatcher() function in ark::es2panda::compiler::ast_verifier::IdentifierHasVariable::ExceptionsMatcher
DnodeHasType.h32 class ExceptionsMatcher; variable