Searched refs:funcRet (Results 1 – 3 of 3) sorted by relevance
47 - (int())funcRet; // expected-error {{function cannot return function type 'int ()'}} method
53 - (int())funcRet; // expected-error {{function cannot return function type 'int ()'}} method
3585 string funcRet = methodNameStr.substr(0, funcEnd); in suggestFix() local3612 bool hasFuncReturn = "" != funcRet && "void" != funcRet; in suggestFix()