<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, i'm the IHD operator (Hidden Variable Delete) for mutation testing using AST matchers:<br><br><blockquote><b>using namespace std;<br><br>class A{<br>    int a;<br>    ... ...<br>};<br><br>class B: public A{<br>    int a;<br>    ... ...<br>};<br><br><br>Mutant:<br><br>class A{<br>    int a;<br>     ... ...<br>};<br><br>class B: public A{<br>    // int a;<br>     ... ...<br>};</b><br></blockquote><br>The problem is that i cannot find a way to find when a field is hidden. I tried with "clang::NamedDecl::isHidden", but it seems that it doesn't has nothing to do with this matter. Is there a way to do this with some class method?<br><br>Thank you.<br>                                      </div></body>
</html>