<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div><div dir="ltr"><div>As the preprocessor has a set of callback function which can be overridden to get notifications,</div><div><span style="font-size:10pt">Is there way to get notified whenever a function declaration is encountered by the Parser.</span></div><div><span style="font-size:10pt">I saw one function in the class Sema.</span></div><div><span style="font-size:10pt"><br></span></div><div>Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D);</div><div><br></div><div>Is there a way to define my own function which does the same thing.</div><div><br></div><div><br></div>                                        </div></div>                                        </div></body>
</html>