Synopsis - Cross-Reference
File: /tests/Parsers/Cxx/expected/if.xml1<?xml version='1.0' encoding='ISO-8859-1'?> 2<ast> 3 <declarations> 4 <instance accessibility="0" class="Synopsis.AST.Function" file="Parsers/Cxx/input/if.cc" language="C++" line="2" name="func()" realname="func" type="function"> 5 <comments> 6 <instance class="Synopsis.AST.Comment" file="Parsers/Cxx/input/if.cc" line="1" suspect="0"> 7 <text> 8 // If test 9 10 </text> 11 </instance> 12 </comments> 13 <returnType> 14 <instance class="Synopsis.Type.Base" language="C++" name="void"/> 15 </returnType> 16 </instance> 17 </declarations> 18 <types> 19 <instance class="Synopsis.Type.Declared" language="C++" name="func()"> 20 <declaration/> 21 </instance> 22 </types> 23 <files> 24 <instance class="Synopsis.AST.SourceFile" filename="Parsers/Cxx/input/if.cc" is_main="1" language="C++"> 25 <declarations/> 26 <macro_calls/> 27 </instance> 28 </files> 29</ast>