Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2843 bool isObjCMethod = false; in BuildReturnStmt() local
2854 isObjCMethod = true; in BuildReturnStmt()
3012 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
DSemaChecking.cpp4806 bool isObjCMethod, in CheckReturnValExpr() argument
4815 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/external/clang/include/clang/Sema/
DSema.h8300 bool isObjCMethod = false,