Lines Matching refs:hasFlag
391 if (Args.hasFlag(OPT_fstandalone_debug, OPT_fno_standalone_debug, Default)) in ParseCodeGenArgs()
427 Args.hasFlag(OPT_funroll_loops, OPT_fno_unroll_loops, in ParseCodeGenArgs()
484 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
486 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()
488 Opts.UniqueSectionNames = Args.hasFlag(OPT_funique_section_names, in ParseCodeGenArgs()
681 Opts.ShowColumn = Args.hasFlag(OPT_fshow_column, in ParseDiagnosticArgs()
1366 Opts.GNUKeywords = Args.hasFlag(OPT_fgnu_keywords, OPT_fno_gnu_keywords, in ParseLangArgs()
1478 Args.hasFlag(OPT_ftrigraphs, OPT_fno_trigraphs, Opts.Trigraphs); in ParseLangArgs()
1480 Opts.DollarIdents = Args.hasFlag(OPT_fdollars_in_identifiers, in ParseLangArgs()
1487 Opts.ConstStrings = Args.hasFlag(OPT_fconst_strings, OPT_fno_const_strings, in ParseLangArgs()
1511 Opts.ModulesImplicitMaps = Args.hasFlag(OPT_fmodules_implicit_maps, in ParseLangArgs()
1516 Opts.ShortWChar = Args.hasFlag(OPT_fshort_wchar, OPT_fno_short_wchar, false); in ParseLangArgs()
1631 Opts.Deprecated = Args.hasFlag(OPT_fdeprecated_macro, in ParseLangArgs()