Home | History | Annotate | Download | only in Index

Lines Matching refs:ClsB

17   class ClsB : public ClsA {
19 ClsB() : ClsA(1, 2) {}
24 int foo::ClsB::result() const {
29 class ClsC : public foo::ClsB {};
43 class ClsD : public foo::ClsB {
64 using foo::ClsB;
99 // CHECK: usrs.cpp c:@N@foo@C@ClsB Extent=[17:3 - 21:4]
101 // CHECK: usrs.cpp c:@N@foo@C@ClsB@F@ClsB# Extent=[19:5 - 19:27]
102 // CHECK: usrs.cpp c:@N@foo@C@ClsB@F@result#1 Extent=[20:5 - 20:23]
103 // CHECK: usrs.cpp c:@N@foo@C@ClsB@F@result#1 Extent=[24:1 - 26:2]
137 // CHECK-NOT: ClsB