Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3547 bool isObjCMethod = false; in BuildReturnStmt() local
3562 isObjCMethod = true; in BuildReturnStmt()
3749 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
H A DSemaChecking.cpp9439 bool isObjCMethod, in CheckReturnValExpr() argument
9444 (!isObjCMethod && isNonNullType(Context, lhsType))) && in CheckReturnValExpr()
9447 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10603 bool isObjCMethod = false,