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