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

References

tools/clang/lib/AST/ASTImporter.cpp
 5981       S->getReturnLoc(), S->getRetValue(), S->getNRVOCandidate());
tools/clang/lib/CodeGen/CGStmt.cpp
 1088       S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable()) {
 1088       S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable()) {
 1095     if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()])
tools/clang/lib/Sema/SemaCoroutine.cpp
 1489   if (cast<clang::ReturnStmt>(ReturnStmt.get())->getNRVOCandidate() == GroDecl)
tools/clang/lib/Sema/SemaDecl.cpp
13650     if (const VarDecl *NRVOCandidate = Returns[I]->getNRVOCandidate()) {
tools/clang/lib/Sema/SemaStmt.cpp
 3567       const_cast<VarDecl*>(cast<ReturnStmt>(R.get())->getNRVOCandidate())) {
 3810   if (Result->getNRVOCandidate())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  253   bool HasNRVOCandidate = S->getNRVOCandidate() != nullptr;
  258     Record.AddDeclRef(S->getNRVOCandidate());