Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3539 if (RetValExp) { in ActOnCapScopeReturnStmt()
3575 if (RetValExp && !isa<InitListExpr>(RetValExp)) { in ActOnCapScopeReturnStmt()
3590 if (RetValExp) { in ActOnCapScopeReturnStmt()
3633 if (RetValExp && !isa<InitListExpr>(RetValExp) && in ActOnCapScopeReturnStmt()
3668 if (RetValExp) { in ActOnCapScopeReturnStmt()
3885 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp)) in BuildReturnStmt()
3942 if (RetValExp) { in BuildReturnStmt()
3977 if (RetValExp) { in BuildReturnStmt()
4013 RetValExp = ImpCastExprToType(RetValExp, in BuildReturnStmt()
4040 if (RetValExp) { in BuildReturnStmt()
[all …]
H A DSemaChecking.cpp10839 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
10847 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr()
10849 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
10862 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr()
10871 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4800 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp,
4802 StmtResult BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp);
4803 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp,
12690 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,