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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 1055     llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc());
 1073   const Expr *RV = S.getRetValue();
 1088       S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable()) {
 1088       S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable()) {
 1095     if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()])