Lines Matching full:does
41 void A::Notypocorrection() { // expected-error {{out-of-line definition of 'Notypocorrection' does … in Notypocorrection()
60 …n(int) { // expected-error {{out-of-line definition of 'Notypocorrection' does not match any decla… in Notypocorrection()
65 int Y::f() { return 3; } // expected-error {{out-of-line definition of 'f' does not match any decla… in f()
74 …void f(test1::Foo::Inner foo) const; // expected-note {{member declaration does not match because …
79 void Bar::f(Foo::Inner foo) { // expected-error {{out-of-line definition of 'f' does not match any … in f()
88 void Crash::cart(int count) const {} // expected-error {{out-of-line definition of 'cart' does not … in cart()
90 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does no… in chart()
94 …int getit() const; // expected-note {{member declaration does not match because it is const qualif…
95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
98 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any d… in getit()
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit()
106 int J::typo_() { return 3; } // expected-error {{out-of-line definition of 'typo_' does not match a… in typo_()
123 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any decl… in isGood()
126 void Foo::beEvil() {} // expected-error {{out-of-line definition of 'beEvil' does not match any dec… in beEvil()