reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 3362     NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
 3365                                                       NRVOCandidate != nullptr);
 3366     ExprResult Res = PerformMoveOrCopyInitialization(Entity, NRVOCandidate,
 3375     NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
 3386       ReturnStmt::Create(Context, ReturnLoc, RetValExp, NRVOCandidate);
 3391   if (CurCap->HasImplicitReturnType || NRVOCandidate)