Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dmethod-bad-param.m47 - (int())funcRet; // expected-error {{function cannot return function type 'int ()'}} method
/external/llvm-project/clang/test/SemaObjC/
Dmethod-bad-param.m53 - (int())funcRet; // expected-error {{function cannot return function type 'int ()'}} method
/external/skqp/tools/bookmaker/
DincludeParser.cpp3585 string funcRet = methodNameStr.substr(0, funcEnd); in suggestFix() local
3612 bool hasFuncReturn = "" != funcRet && "void" != funcRet; in suggestFix()