summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Method-overrides.xml.txt
blob: 5bce53e3f1b4f6ffb1e4a1aaaf32d21993fb58bd (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
32
33
34
35
36
37
38
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Class id="_1" name="start" context="_2" location="f1:4" file="f1" line="4" members="_3 _4 _5 _6 _7" bases="_8" size="[0-9]+" align="[0-9]+">
    <Base type="_8" access="public" virtual="0"/>
  </Class>
  <Method id="_3" name="method" returns="_9" context="_1" access="private" location="f1:5" file="f1" line="5" virtual="1" overrides="_10" mangled="[^"]+">
    <Argument type="_9" location="f1:5" file="f1" line="5"/>
  </Method>
  <OperatorMethod id="_4" name="=" returns="_11" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_12" location="f1:4" file="f1" line="4"/>
  </OperatorMethod>
  <Destructor id="_5" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_6" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_7" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throw="")?>
    <Argument type="_12" location="f1:4" file="f1" line="4"/>
  </Constructor>
  <Class id="_8" name="base" context="_2" location="f1:1" file="f1" line="1" members="_10 _13 _14 _15 _16" size="[0-9]+" align="[0-9]+"/>
  <FundamentalType id="_9" name="int" size="[0-9]+" align="[0-9]+"/>
  <Method id="_10" name="method" returns="_9" context="_8" access="private" location="f1:2" file="f1" line="2" virtual="1" mangled="[^"]+">
    <Argument type="_9" location="f1:2" file="f1" line="2"/>
  </Method>
  <ReferenceType id="_11" type="_1"/>
  <ReferenceType id="_12" type="_1c"/>
  <CvQualifiedType id="_1c" type="_1" const="1"/>
  <OperatorMethod id="_13" name="=" returns="_17" context="_8" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")? mangled="[^"]+">
    <Argument type="_18" location="f1:1" file="f1" line="1"/>
  </OperatorMethod>
  <Destructor id="_14" name="base" context="_8" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_15" name="base" context="_8" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?/>
  <Constructor id="_16" name="base" context="_8" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")?>
    <Argument type="_18" location="f1:1" file="f1" line="1"/>
  </Constructor>
  <ReferenceType id="_17" type="_8"/>
  <ReferenceType id="_18" type="_8c"/>
  <CvQualifiedType id="_8c" type="_8" const="1"/>
  <Namespace id="_2" name="::"/>
  <File id="f1" name=".*/test/input/Method-overrides.cxx"/>
</GCC_XML>$