Searched refs:TestConst (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dfunction-redecl.cpp85 class TestConst { class
91 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any declaration in 'TestConst'}}
95 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not match any declaration in 'TestConst'}}

Completed in 115 milliseconds