summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-base-typedef.xml.txt
blob: 101af602c0b4a3a5a22bf63f7f0c9dc539a08a2a (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
31
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Class id="_1" name="start" context="_2" location="f1:3" file="f1" line="3" members="_3 _4 _5 _6" bases="_7" size="[0-9]+" align="[0-9]+">
    <Base type="_7" access="public" virtual="0"/>
  </Class>
  <Constructor id="_3" name="start" context="_1" access="public" location="f1:3" file="f1" line="3" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_4" name="start" context="_1" access="public" location="f1:3" file="f1" line="3" inline="1" artificial="1"( throw="")?>
    <Argument type="_8" location="f1:3" file="f1" line="3"/>
  </Constructor>
  <OperatorMethod id="_5" name="=" returns="_9" context="_1" access="public" location="f1:3" file="f1" line="3" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_8" location="f1:3" file="f1" line="3"/>
  </OperatorMethod>
  <Destructor id="_6" name="start" context="_1" access="public" location="f1:3" file="f1" line="3" inline="1" artificial="1"( throw="")?/>
  <Class id="_7" name="base" context="_2" location="f1:1" file="f1" line="1" members="_10 _11 _12 _13" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_8" type="_1c"/>
  <CvQualifiedType id="_1c" type="_1" const="1"/>
  <ReferenceType id="_9" type="_1"/>
  <Constructor id="_10" name="base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_11" name="base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?>
    <Argument type="_14" location="f1:1" file="f1" line="1"/>
  </Constructor>
  <OperatorMethod id="_12" name="=" returns="_15" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_14" location="f1:1" file="f1" line="1"/>
  </OperatorMethod>
  <Destructor id="_13" name="base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
  <ReferenceType id="_14" type="_7c"/>
  <CvQualifiedType id="_7c" type="_7" const="1"/>
  <ReferenceType id="_15" type="_7"/>
  <Namespace id="_2" name="::"/>
  <File id="f1" name=".*/test/input/Class-base-typedef.cxx"/>
</GCC_XML>$