Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3576 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 DSemaChecking.cpp11847 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 DSema.h5062 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,