Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3939 bool isObjCMethod = false; in BuildReturnStmt() local
3959 isObjCMethod = true; in BuildReturnStmt()
4170 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
H A DSemaChecking.cpp12172 bool isObjCMethod, in CheckReturnValExpr() argument
12177 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
12180 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13611 bool isObjCMethod = false,