Searched refs:FindAncestorGivenByType (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | returnStatement.cpp | 68 …const ir::AstNode *ancestor = checker::Checker::FindAncestorGivenByType(this, ir::AstNodeType::SCR… in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | util.cpp | 113 const ir::AstNode *Checker::FindAncestorGivenByType(const ir::AstNode *node, ir::AstNodeType type) in FindAncestorGivenByType() function in panda::es2panda::checker::Checker
|
D | helpers.cpp | 384 …const ir::AstNode *declarator = FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DE… in GetTypeOfVariable()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
D | helpers.h | 94 static U FindAncestorGivenByType(T node, ir::AstNodeType type) in FindAncestorGivenByType() function
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
D | helpers.cpp | 385 … util::Helpers::FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DECLARATOR); in GetTypeOfVariable()
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
D | checker.h | 337 … static const ir::AstNode *FindAncestorGivenByType(const ir::AstNode *node, ir::AstNodeType type);
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | helpers.cpp | 1614 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()
|
D | function.cpp | 1290 …util::Helpers::FindAncestorGivenByType(callExpr, ir::AstNodeType::SCRIPT_FUNCTION)->AsScriptFuncti… in ValidateSignatureAccessibility()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | ETSchecker.h | 478 …ir::AstNode *FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir::AstNode *e…
|
D | TSAnalyzer.cpp | 1406 …ir::AstNode *ancestor = util::Helpers::FindAncestorGivenByType(st, ir::AstNodeType::SCRIPT_FUNCTIO… in Check()
|
D | ETSAnalyzer.cpp | 2305 …ir::AstNode *ancestor = util::Helpers::FindAncestorGivenByType(st, ir::AstNodeType::SCRIPT_FUNCTIO… in Check()
|