Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3223 if (RetValExp) { in ActOnCapScopeReturnStmt()
3252 if (RetValExp && !isa<InitListExpr>(RetValExp)) { in ActOnCapScopeReturnStmt()
3267 if (RetValExp) { in ActOnCapScopeReturnStmt()
3311 if (RetValExp && !isa<InitListExpr>(RetValExp) && in ActOnCapScopeReturnStmt()
3350 if (RetValExp) { in ActOnCapScopeReturnStmt()
3538 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp)) in BuildReturnStmt()
3580 if (RetValExp) { in BuildReturnStmt()
3608 if (RetValExp) { in BuildReturnStmt()
3645 RetValExp = ImpCastExprToType(RetValExp, in BuildReturnStmt()
3719 if (RetValExp) in BuildReturnStmt()
[all …]
H A DSemaChecking.cpp9437 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
9445 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr()
9447 << (isObjCMethod ? 1 : 0) << RetValExp->getSourceRange(); in CheckReturnValExpr()
9460 CheckNonNullExpr(*this, RetValExp)) in CheckReturnValExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3860 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp,
3862 StmtResult BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp);
3863 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp);
10601 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,