summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-template.xml.txt
blob: 829ceb02c2d47901a8b2dea65a01a74d91a19067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Class id="_1" name="start&lt;char&gt;" context="_4" location="f1:3" file="f1" line="3" incomplete="1"/>
  <Class id="_2" name="start&lt;int&gt;" context="_4" location="f1:4" file="f1" line="4" members="_5 _6 _7 _8" size="[0-9]+" align="[0-9]+"/>
  <Struct id="_3" name="start&lt;int &amp;&gt;" context="_4" location="f1:5" file="f1" line="5" members="_9 _10 _11 _12" size="[0-9]+" align="[0-9]+"/>
  <Constructor id="_5" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_6" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?>
    <Argument type="_13" location="f1:4" file="f1" line="4"/>
  </Constructor>
  <OperatorMethod id="_7" name="=" returns="_14" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_13" location="f1:4" file="f1" line="4"/>
  </OperatorMethod>
  <Destructor id="_8" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_9" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_10" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?>
    <Argument type="_15" location="f1:5" file="f1" line="5"/>
  </Constructor>
  <OperatorMethod id="_11" name="=" returns="_16" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_15" location="f1:5" file="f1" line="5"/>
  </OperatorMethod>
  <Destructor id="_12" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throw="")?/>
  <ReferenceType id="_13" type="_2c"/>
  <CvQualifiedType id="_2c" type="_2" const="1"/>
  <ReferenceType id="_14" type="_2"/>
  <ReferenceType id="_15" type="_3c"/>
  <CvQualifiedType id="_3c" type="_3" const="1"/>
  <ReferenceType id="_16" type="_3"/>
  <Namespace id="_4" name="::"/>
  <File id="f1" name=".*/test/input/Class-template.cxx"/>
</GCC_XML>$