Home
last modified time | relevance | path

Searched refs:ValidateMethodAccessForTSInterface (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.h34 bool ValidateMethodAccessForTSInterface(const ir::AstNode *ast, const ir::AstNode *ownerSignDeclNod…
Dhelpers.cpp207 bool ValidateMethodAccessForTSInterface(const ir::AstNode *ast, const ir::AstNode *ownerSignDeclNod… in ValidateMethodAccessForTSInterface() function
326 …ret = ValidateMethodAccessForTSInterface(ast, ownerSignDeclNode, signature, memberObjTypeDeclNode); in ValidateMethodAccess()