On Fri, Nov 14, 2014 at 4:46 AM, Favian Contreras wrote:
> Hello all,
>
> Does anyone know where the (c++) external declarations are parsed? I am
> specifically looking for where external function pointers are parsed by the
> compiler. I noticed that all functions are parsed in some way in Symtab.
Hello all,
Does anyone know where the (c++) external declarations are parsed? I am
specifically looking for where external function pointers are parsed by the
compiler. I noticed that all functions are parsed in some way in Symtab.py,
but this includes all of the inherited methods from python and