Home
last modified time | relevance | path

Searched refs:FindAncestorUntilGivenType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dutil.cpp101 ir::AstNode *TSChecker::FindAncestorUntilGivenType(ir::AstNode *node, ir::AstNodeType stop) in FindAncestorUntilGivenType() function in ark::es2panda::checker::TSChecker
H A Dhelpers.cpp373 ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTION); in GetTypeParam()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dutil.cpp129 const ir::AstNode *Checker::FindAncestorUntilGivenType(const ir::AstNode *node, ir::AstNodeType stop) in FindAncestorUntilGivenType() function in panda::es2panda::checker::Checker
H A Dhelpers.cpp413 const ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTION); in GetTypeOfVariable()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h263 static ir::AstNode *FindAncestorUntilGivenType(ir::AstNode *node, ir::AstNodeType stop);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h338 static const ir::AstNode *FindAncestorUntilGivenType(const ir::AstNode *node, ir::AstNodeType stop);

Completed in 5 milliseconds