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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 3276   Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch);
 3277   Opts.PCHWithHdrStop = Args.hasArg(OPT_pch_through_hdrstop_create) ||
 3278                         Args.hasArg(OPT_pch_through_hdrstop_use);
 3279   Opts.PCHWithHdrStopCreate = Args.hasArg(OPT_pch_through_hdrstop_create);
 3280   Opts.PCHThroughHeader = Args.getLastArgValue(OPT_pch_through_header_EQ);
 3281   Opts.UsePredefines = !Args.hasArg(OPT_undef);
 3282   Opts.DetailedRecord = Args.hasArg(OPT_detailed_preprocessing_record);
 3283   Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch);
 3284   Opts.AllowPCHWithCompilerErrors = Args.hasArg(OPT_fallow_pch_with_errors);
 3286   Opts.DumpDeserializedPCHDecls = Args.hasArg(OPT_dump_deserialized_pch_decls);
 3287   for (const auto *A : Args.filtered(OPT_error_on_deserialized_pch_decl))
 3290   if (const Arg *A = Args.getLastArg(OPT_preamble_bytes_EQ)) {
 3307   if (const Arg *A = Args.getLastArg(OPT_fcf_protection_EQ)) {
 3318   for (const auto *A : Args.filtered(OPT_D, OPT_U)) {
 3325   Opts.MacroIncludes = Args.getAllArgValues(OPT_imacros);
 3328   for (const auto *A : Args.filtered(OPT_include))
 3331   for (const auto *A : Args.filtered(OPT_chain_include))
 3334   for (const auto *A : Args.filtered(OPT_remap_file)) {
 3338       Diags.Report(diag::err_drv_invalid_remap_file) << A->getAsString(Args);
 3345   if (Arg *A = Args.getLastArg(OPT_fobjc_arc_cxxlib_EQ)) {
 3353       Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Name;
 3364   Opts.SetUpStaticAnalyzer = Args.hasArg(OPT_setup_static_analyzer);