Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3080 bool isObjCMethod = false; in BuildReturnStmt() local
3091 isObjCMethod = true; in BuildReturnStmt()
3261 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
DSemaChecking.cpp5504 bool isObjCMethod, in CheckReturnValExpr() argument
5513 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
/external/clang/include/clang/Sema/
DSema.h8556 bool isObjCMethod = false,