Searched refs:ElideConstructors (Results 1 – 6 of 6) sorted by relevance
113 unsigned ElideConstructors : 1; // Whether C++ copy constructors should be variable211 ElideConstructors = 1; in LangOptions()
697 if (!Opts.ElideConstructors) in LangOptsToArgs()1652 Opts.ElideConstructors = !Args.hasArg(OPT_fno_elide_constructors); in ParseLangArgs()
733 bool NRVO = getContext().getLangOptions().ElideConstructors && in EmitAutoVarAlloca()
373 if (getContext().getLangOptions().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
152 PARSE_LANGOPT_IMPORTANT(ElideConstructors, diag::warn_pch_elide_constructors); in ReadLanguageOptions()3062 PARSE_LANGOPT(ElideConstructors); in ParseLanguageOptions()
1113 Record.push_back(LangOpts.ElideConstructors); in WriteLanguageOptions()