Searched refs:RetValExp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 3576 if (RetValExp) { in ActOnCapScopeReturnStmt() 3612 if (RetValExp && !isa<InitListExpr>(RetValExp)) { in ActOnCapScopeReturnStmt() 3627 if (RetValExp) { in ActOnCapScopeReturnStmt() 3670 if (RetValExp && !isa<InitListExpr>(RetValExp) && in ActOnCapScopeReturnStmt() 3705 if (RetValExp) { in ActOnCapScopeReturnStmt() 3928 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp)) in BuildReturnStmt() 3984 if (RetValExp) { in BuildReturnStmt() 4014 RetValExp->getBeginLoc(), RetValExp->getEndLoc(), RetValExp, in BuildReturnStmt() 4033 if (RetValExp) { in BuildReturnStmt() 4073 RetValExp = ImpCastExprToType(RetValExp, in BuildReturnStmt() [all …]
|
| H A D | SemaChecking.cpp | 11847 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument 11855 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr() 11857 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr() 11870 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr() 11879 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5062 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 5064 StmtResult BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 5066 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 13232 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,
|