Searched refs:RetValExp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 3597 if (RetValExp) { in ActOnCapScopeReturnStmt() 3633 if (RetValExp && !isa<InitListExpr>(RetValExp)) { in ActOnCapScopeReturnStmt() 3691 if (RetValExp && !isa<InitListExpr>(RetValExp) && in ActOnCapScopeReturnStmt() 3726 if (RetValExp) { in ActOnCapScopeReturnStmt() 3947 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp)) in BuildReturnStmt() 3999 if (RetValExp) { in BuildReturnStmt() 4011 if (RetValExp) { in BuildReturnStmt() 4041 RetValExp->getBeginLoc(), RetValExp->getEndLoc(), RetValExp, in BuildReturnStmt() 4060 if (RetValExp) { in BuildReturnStmt() 4100 RetValExp = ImpCastExprToType(RetValExp, in BuildReturnStmt() [all …]
|
| H A D | SemaChecking.cpp | 13907 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument 13915 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr() 13917 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr() 13930 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr() 13936 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr() 13943 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5311 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 5313 StmtResult BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 5315 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, 14062 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,
|