summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-template.xml.txt
blob: 3aa8ab1601da0a9d8492bdd5fbdc3a9fa946b78b (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:10" file="f1" line="10" incomplete="1"/>
  <Class id="_2" name="start&lt;int&gt;" context="_4" location="f1:11" file="f1" line="11" members="_5 _6 _7 _8" size="[0-9]+" align="[0-9]+"/>
  <Struct id="_3" name="start&lt;int &amp;&gt;" context="_4" location="f1:12" file="f1" line="12" members="_9 _10 _11 _12" size="[0-9]+" align="[0-9]+"/>
  <Constructor id="_5" name="start" context="_2" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_6" name="start" context="_2" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")?>
    <Argument type="_13" location="f1:11" file="f1" line="11"/>
  </Constructor>
  <OperatorMethod id="_7" name="=" returns="_14" context="_2" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_13" location="f1:11" file="f1" line="11"/>
  </OperatorMethod>
  <Destructor id="_8" name="start" context="_2" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_9" name="start" context="_3" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_10" name="start" context="_3" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")?>
    <Argument type="_15" location="f1:12" file="f1" line="12"/>
  </Constructor>
  <OperatorMethod id="_11" name="=" returns="_16" context="_3" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_15" location="f1:12" file="f1" line="12"/>
  </OperatorMethod>
  <Destructor id="_12" name="start" context="_3" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")?/>
  <ReferenceType id="_13" type="_2c" size="[0-9]+" align="[0-9]+"/>
  <CvQualifiedType id="_2c" type="_2" const="1"/>
  <ReferenceType id="_14" type="_2" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_15" type="_3c" size="[0-9]+" align="[0-9]+"/>
  <CvQualifiedType id="_3c" type="_3" const="1"/>
  <ReferenceType id="_16" type="_3" size="[0-9]+" align="[0-9]+"/>
  <Namespace id="_4" name="::"/>
  <File id="f1" name=".*/test/input/Class-template.cxx"/>
</GCC_XML>$