Home
last modified time | relevance | path

Searched refs:propVarDeclNodeParent (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A Dhelpers.cpp233 const ir::AstNode *propVarDeclNodeParent, const varbinder::LocalVariable *propVar, in ValidatePropertyAccessForClass()
237 if (IsContainedIn<const ir::AstNode>(ast, propVarDeclNodeParent)) { in ValidatePropertyAccessForClass()
278 const auto *propVarDeclNodeParent = propVarDeclNode->Parent(); in ValidateVariableAccess() local
279 if (propVarDeclNodeParent == nullptr) { in ValidateVariableAccess()
282 if (propVarDeclNodeParent->IsClassDefinition() && objTypeDeclNode->IsClassDefinition()) { in ValidateVariableAccess()
283 return ValidatePropertyAccessForClass(ast, propVarDeclNode, propVarDeclNodeParent, propVar, objTypeDeclNode); in ValidateVariableAccess()
232 ValidatePropertyAccessForClass(const ir::AstNode *ast, const ir::AstNode *propVarDeclNode, const ir::AstNode *propVarDeclNodeParent, const varbinder::LocalVariable *propVar, const ir::AstNode *objTypeDeclNode) ValidatePropertyAccessForClass() argument
H A Dhelpers.h37 const ir::AstNode *propVarDeclNodeParent, const varbinder::LocalVariable *propVar,

Completed in 2 milliseconds