Searched refs:CheckReturnValExpr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2891 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc); in ActOnCapScopeReturnStmt() 3261 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs, in BuildReturnStmt()
|
D | SemaChecking.cpp | 5502 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8554 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,
|