Searched defs:isObjCMethod (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp3127 bool isObjCMethod = false; local
3138 isObjCMethod = true;
3308 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs,
H A DSemaChecking.cpp5995 bool isObjCMethod,
6002 (!isObjCMethod && isNonNullType(Context, lhsType))) &&
6005 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange();
5993 CheckReturnValExpr(Expr *RetValExp, QualType lhsType, SourceLocation ReturnLoc, bool isObjCMethod, const AttrVec *Attrs, const FunctionDecl *FD) argument

Completed in 53 milliseconds