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) ||
 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);
 3288     Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue());
 3301       Opts.PrecompiledPreambleBytes.first = Bytes;
 3302       Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0);
 3310       Opts.addMacroDef("__CET__=1");
 3312       Opts.addMacroDef("__CET__=2");
 3314       Opts.addMacroDef("__CET__=3");
 3320       Opts.addMacroDef(A->getValue());
 3322       Opts.addMacroUndef(A->getValue());
 3325   Opts.MacroIncludes = Args.getAllArgValues(OPT_imacros);
 3329     Opts.Includes.emplace_back(A->getValue());
 3332     Opts.ChainedIncludes.emplace_back(A->getValue());
 3342     Opts.addRemappedFile(Split.first, Split.second);
 3355       Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library;
 3362     Opts.LexEditorPlaceholders = false;
 3364   Opts.SetUpStaticAnalyzer = Args.hasArg(OPT_setup_static_analyzer);