<div dir="ltr"><div><div><div>Hi All,<br></div>in my .c file I have a struct like this:<br><br>typedef struct var {<br> int x;<br> int y;<br>} point;<br><br><br></div>Overriding
the VisitTypedefDecl method I can access to the structure using a
TypedefNameDecl variable. How can I access to the fields of the struct?<br><br></div>Thanks,<br>Alberto</div>