<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I'd like to ask you if it is possible to find the lines of my code
    where the specific functions is called and insert some code around
    function's block. <br>
    <br>
    Example of code:<br>
    <br>
    <tt>10: some code</tt><tt><br>
    </tt><tt>11: foo()</tt><tt><br>
    </tt><tt>12: some code</tt><i><br>
    </i><br>
    <br>
    Example of output:<br>
    <br>
    <tt>10: some code</tt><tt><br>
    </tt><tt>11: inserted code</tt><tt><br>
    </tt><tt>12: foo()</tt><tt><br>
    </tt><tt>13: inserted code</tt><tt><br>
    </tt><tt>14: some code</tt><br>
    <br>
    <tt>foo() was called on line 11<br>
      <br>
      <br>
      <br>
      <br>
      Is it possible with Clang?<br>
      <br>
      Thank you for your answers!<br>
      Radim<br>
      <br>
    </tt>
  </body>
</html>