Lines Matching defs:FirstBodySecondOutOfLine
738 int FirstBodySecondOutOfLine() { return 0; }
742 int FirstBodySecondOutOfLine();
744 int S5::FirstBodySecondOutOfLine() { return 0; }
747 // expected-error@second.h:* {{'MethodBody::S5' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'FirstBodySecondOutOfLine' with no body}}
748 // expected-note@first.h:* {{but in 'FirstModule' found method 'FirstBodySecondOutOfLine' with body}}
784 int FirstBodySecondOutOfLine() { return 0; }
788 int FirstBodySecondOutOfLine();
790 int S8::FirstBodySecondOutOfLine() { return 1; }
793 // expected-error@second.h:* {{'MethodBody::S8' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'FirstBodySecondOutOfLine' with no body}}
794 // expected-note@first.h:* {{but in 'FirstModule' found method 'FirstBodySecondOutOfLine' with body}}