Lines Matching refs:Arg
27 #include "llvm/Option/Arg.h"
73 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
93 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
111 Arg *A = *I;
135 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) {
151 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) {
167 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) {
183 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) {
199 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) {
240 const Arg *A = *it;
255 const Arg *A = *it;
445 if (Arg *A = Args.getLastArg(OPT_mstack_alignment)) {
452 if (Arg *A = Args.getLastArg(OPT_fobjc_dispatch_method_EQ)) {
468 if (Arg *A = Args.getLastArg(OPT_ftlsmodel_EQ)) {
484 if (Arg *A = Args.getLastArg(OPT_ffp_contract)) {
496 if (Arg *A = Args.getLastArg(OPT_fpcc_struct_return, OPT_freg_struct_return)) {
544 if (Arg *A = Args.getLastArg(OPT_fdiagnostics_show_note_include_stack,
633 if (const Arg *A = Args.getLastArg(OPT_Action_Group)) {
703 if (const Arg* A = Args.getLastArg(OPT_plugin)) {
725 if (const Arg *A = Args.getLastArg(OPT_code_completion_at)) {
763 if (const Arg *A = Args.getLastArg(OPT_arcmt_check,
800 if (const Arg *A = Args.getLastArg(OPT_x)) {
870 if (const Arg *A = Args.getLastArg(OPT_stdlib_EQ))
912 const Arg *A = *it;
1070 static Visibility parseVisibility(Arg *arg, ArgList &args,
1072 StringRef value = arg->getValue();
1083 << arg->getAsString(args) << value;
1091 if (const Arg *A = Args.getLastArg(OPT_std_EQ)) {
1138 if (const Arg *A = Args.getLastArg(OPT_cl_std_EQ)) {
1168 if (Arg *arg = Args.getLastArg(OPT_fobjc_runtime_EQ)) {
1169 StringRef value = arg->getValue();
1216 if (Arg *visOpt = Args.getLastArg(OPT_fvisibility)) {
1223 if (Arg *typeVisOpt = Args.getLastArg(OPT_ftype_visibility)) {
1397 if (const Arg *A = Args.getLastArg(OPT_token_cache))
1408 const Arg *A = *it;
1412 if (const Arg *A = Args.getLastArg(OPT_preamble_bytes_EQ)) {
1442 const Arg *A = *it;
1448 const Arg *A = *it;
1458 const Arg *A = *it;
1470 if (Arg *A = Args.getLastArg(OPT_fobjc_arc_cxxlib_EQ)) {
1748 if (Arg *A = Args.getLastArg(Id)) {