Home
last modified time | relevance | path

Searched defs:FindAncestorGivenByType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dutil.cpp113 const ir::AstNode *Checker::FindAncestorGivenByType(const ir::AstNode *node, ir::AstNodeType type) in FindAncestorGivenByType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h123 static U FindAncestorGivenByType(T node, ir::AstNodeType type) in FindAncestorGivenByType() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2000 ir::AstNode *ETSChecker::FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir:… in FindAncestorGivenByType() function in ark::es2panda::checker::ETSChecker