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

References

tools/clang/lib/CodeGen/CGDecl.cpp
 1402   bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable();
tools/clang/lib/CodeGen/CGExprCXX.cpp
  596   if (getLangOpts().ElideConstructors && E->isElidable()) {
tools/clang/lib/CodeGen/CGStmt.cpp
 1087   if (getLangOpts().ElideConstructors &&
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2822   Opts.ElideConstructors = !Args.hasArg(OPT_fno_elide_constructors);