Home
last modified time | relevance | path

Searched refs:setRetValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp653 cast<ReturnStmt>(Ret)->setRetValue(nullptr); in EmitCoroutineBody()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp692 ret->setRetValue(E); in adjustBlockReturnsToEnum()
H A DSemaStmt.cpp632 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2827 void setRetValue(Expr *E) { RetExpr = reinterpret_cast<Stmt *>(E); } in setRetValue() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp338 S->setRetValue(Record.readSubExpr()); in VisitReturnStmt()