Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp694 ret->setRetValue(E); in adjustBlockReturnsToEnum()
H A DSemaStmt.cpp615 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2766 void setRetValue(Expr *E) { RetExpr = reinterpret_cast<Stmt *>(E); } in setRetValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp334 S->setRetValue(Record.readSubExpr()); in VisitReturnStmt()