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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  796       NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict);
tools/clang/lib/Sema/SemaStmt.cpp
 3362     NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
 3375     NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
 3765       NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  917     if (SemaRef.isCopyElisionCandidate(ReturnType, Var, Sema::CES_Strict))