Lines Matching full:calling

15     // expected-note@-2 {{Calling 'Foo::use'}}  in Foo()
26 // expected-note@-2 {{Calling constructor for 'Foo'}} in ~Bar()
34 } // expected-note {{Calling '~Bar'}} in test()
48 // expected-note@-2 {{Calling 'method'}} in testAnonymous()
103 // expected-note@-1 {{Calling move constructor for 'Dereferencer'}}
106 // expected-note@-1 {{Calling move assignment operator for 'Dereferencer'}}
113 // expected-note@-1 {{Calling implicit default constructor for 'Wrapper'}} in testDefaultConstruction()
114 // expected-note@-2 {{Calling default constructor for 'Dereferencer'}} in testDefaultConstruction()
121 // expected-note@-1 {{Calling implicit copy constructor for 'Wrapper'}} in testCopyConstruction()
122 // expected-note@-2 {{Calling copy constructor for 'Dereferencer'}} in testCopyConstruction()
129 // expected-note@-1 {{Calling defaulted move constructor for 'MovableWrapper'}} in testMoveConstruction()
137 // expected-note@-1 {{Calling implicit copy assignment operator for 'Wrapper'}} in testCopyAssignment()
138 // expected-note@-2 {{Calling copy assignment operator for 'Dereferencer'}} in testCopyAssignment()
146 // expected-note@-1 {{Calling defaulted move assignment operator for 'MovableWrapper'}} in testMoveAssignment()
154 // expected-note@-1 {{Calling implicit destructor for 'Wrapper'}}
155 // expected-note@-2 {{Calling '~Dereferencer'}}
174 // expected-note@-1 {{Calling 'getZero'}} in test()
181 // expected-note@-1 {{Calling 'getZeroByRef'}} in testRef()
206 // expected-note@-1 {{Calling constructor for 'FooWithInitializer'}} in testPathNoteOnInitializer()
273 …return generateNoteOnDefaultArgument(o); //expected-note{{Calling 'generateNoteOnDefaultArgument'}} in callGenerateNoteOnDefaultArgument()
291 // expected-note@-1 {{Calling '~Inner'}} in ~Outer()
297 // expected-note@-1 {{Calling '~Outer'}} in test()