Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3947 bool isObjCMethod = false; in BuildReturnStmt() local
3967 isObjCMethod = true; in BuildReturnStmt()
4178 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
H A DSemaChecking.cpp11849 bool isObjCMethod, in CheckReturnValExpr() argument
11854 (!isObjCMethod && isNonNullType(Context, lhsType))) && in CheckReturnValExpr()
11857 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13234 bool isObjCMethod = false,