Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3904 bool isObjCMethod = false; in BuildReturnStmt() local
3924 isObjCMethod = true; in BuildReturnStmt()
4113 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
H A DSemaChecking.cpp10841 bool isObjCMethod, in CheckReturnValExpr() argument
10846 (!isObjCMethod && isNonNullType(Context, lhsType))) && in CheckReturnValExpr()
10849 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12692 bool isObjCMethod = false,