Home
last modified time | relevance | path

Searched refs:FindAncestorGivenByType (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp68 …const ir::AstNode *ancestor = checker::Checker::FindAncestorGivenByType(this, ir::AstNodeType::SCR… in Check()
/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
Dhelpers.cpp384 …const ir::AstNode *declarator = FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DE… in GetTypeOfVariable()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h94 static U FindAncestorGivenByType(T node, ir::AstNodeType type) in FindAncestorGivenByType() function
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp385 … util::Helpers::FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DECLARATOR); in GetTypeOfVariable()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h337 … static const ir::AstNode *FindAncestorGivenByType(const ir::AstNode *node, ir::AstNodeType type);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1614 ir::AstNode *ETSChecker::FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir:… in FindAncestorGivenByType() function in panda::es2panda::checker::ETSChecker
2165 ir::AstNode *ancestorFunction = FindAncestorGivenByType(node, ir::AstNodeType::SCRIPT_FUNCTION); in CheckThrowingStatements()
2209 … enclosingCatchClause = FindAncestorGivenByType(startPoint, ir::AstNodeType::CATCH_CLAUSE, p); in CheckThrowingPlacement()
Dfunction.cpp1290 …util::Helpers::FindAncestorGivenByType(callExpr, ir::AstNodeType::SCRIPT_FUNCTION)->AsScriptFuncti… in ValidateSignatureAccessibility()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h478 …ir::AstNode *FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir::AstNode *e…
DTSAnalyzer.cpp1406 …ir::AstNode *ancestor = util::Helpers::FindAncestorGivenByType(st, ir::AstNodeType::SCRIPT_FUNCTIO… in Check()
DETSAnalyzer.cpp2305 …ir::AstNode *ancestor = util::Helpers::FindAncestorGivenByType(st, ir::AstNodeType::SCRIPT_FUNCTIO… in Check()