Home | History | Annotate | Download | only in Index

Lines Matching refs:ClsA

10 class ClsA {
13 ClsA(int A, int B) : a(A), b(B) {}
17 class ClsB : public ClsA {
19 ClsB() : ClsA(1, 2) {}
91 // CHECK: usrs.cpp c:@C@ClsA Extent=[10:1 - 14:2]
93 // CHECK: usrs.cpp c:@C@ClsA@FI@a Extent=[12:3 - 12:8]
94 // CHECK: usrs.cpp c:@C@ClsA@FI@b Extent=[12:3 - 12:11]
95 // CHECK: usrs.cpp c:@C@ClsA@F@ClsA#I#I# Extent=[13:3 - 13:37]
96 // CHECK: usrs.cpp c:usrs.cpp@147@C@ClsA@F@ClsA#I#I#@A Extent=[13:8 - 13:13]
97 // CHECK: usrs.cpp c:usrs.cpp@154@C@ClsA@F@ClsA#I#I#@B Extent=[13:15 - 13:20]