Lines Matching refs:outer
286 class Outer {
289 ~Outer() {
295 void test(Outer *outer) {
296 delete outer;
297 // expected-note@-1 {{Calling '~Outer'}}
5082 // CHECK-NEXT: <string>Calling '~Outer'</string>
5084 // CHECK-NEXT: <string>Calling '~Outer'</string>
5173 // CHECK-NEXT: <string>Entered call from '~Outer'</string>
5175 // CHECK-NEXT: <string>Entered call from '~Outer'</string>