<div dir="ltr">Hi,<div><br></div><div>I have a question about something in AST which I found to be kind of awkward. When I have in my code:</div><div><br></div><div>typedef bla1, bla2, bla3;</div><div><br></div><div>or</div><div><br></div><div>typedef bla1;</div><div>typedef bla2;<br></div><div>typedef bla3;<br></div><div><br></div><div>the AST is the same for both possibilities. Why multiple declaration in one typedef has no  DeclStmt as a parent? It has DeclStmt parent only if typedef is inside of a function. Is there any other way to check if declaration is single or not?<br><br></div><div>Regards,<br></div><div>Krystyna Gajczyk<br></div></div>