Home
last modified time | relevance | path

Searched refs:ElideConstructors (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.h113 unsigned ElideConstructors : 1; // Whether C++ copy constructors should be variable
211 ElideConstructors = 1; in LangOptions()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp697 if (!Opts.ElideConstructors) in LangOptsToArgs()
1652 Opts.ElideConstructors = !Args.hasArg(OPT_fno_elide_constructors); in ParseLangArgs()
/external/clang/lib/CodeGen/
DCGDecl.cpp733 bool NRVO = getContext().getLangOptions().ElideConstructors && in EmitAutoVarAlloca()
DCGExprCXX.cpp373 if (getContext().getLangOptions().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
/external/clang/lib/Serialization/
DASTReader.cpp152 PARSE_LANGOPT_IMPORTANT(ElideConstructors, diag::warn_pch_elide_constructors); in ReadLanguageOptions()
3062 PARSE_LANGOPT(ElideConstructors); in ParseLanguageOptions()
DASTWriter.cpp1113 Record.push_back(LangOpts.ElideConstructors); in WriteLanguageOptions()