Home
last modified time | relevance | path

Searched refs:setit (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst