Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Arg

14 #include "clang/Driver/Arg.h"
67 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
85 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
103 Arg *A = *I;
127 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) {
143 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) {
159 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) {
175 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) {
191 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) {
231 const Arg *A = *it;
246 const Arg *A = *it;
417 if (Arg *A = Args.getLastArg(OPT_mstack_alignment)) {
424 if (Arg *A = Args.getLastArg(OPT_fobjc_dispatch_method_EQ)) {
440 if (Arg *A = Args.getLastArg(OPT_ftlsmodel_EQ)) {
456 if (Arg *A = Args.getLastArg(OPT_ffp_contract)) {
507 if (Arg *A = Args.getLastArg(OPT_fdiagnostics_show_note_include_stack,
599 if (const Arg *A = Args.getLastArg(OPT_Action_Group)) {
667 if (const Arg* A = Args.getLastArg(OPT_plugin)) {
689 if (const Arg *A = Args.getLastArg(OPT_code_completion_at)) {
726 if (const Arg *A = Args.getLastArg(OPT_arcmt_check,
761 if (const Arg *A = Args.getLastArg(OPT_x)) {
833 if (const Arg *A = Args.getLastArg(OPT_stdlib_EQ))
869 const Arg *A = *it;
1027 static Visibility parseVisibility(Arg *arg, ArgList &args,
1029 StringRef value = arg->getValue();
1040 << arg->getAsString(args) << value;
1048 if (const Arg *A = Args.getLastArg(OPT_std_EQ)) {
1095 if (const Arg *A = Args.getLastArg(OPT_cl_std_EQ)) {
1125 if (Arg *arg = Args.getLastArg(OPT_fobjc_runtime_EQ)) {
1126 StringRef value = arg->getValue();
1176 if (Arg *visOpt = Args.getLastArg(OPT_fvisibility)) {
1183 if (Arg *typeVisOpt = Args.getLastArg(OPT_ftype_visibility)) {
1354 if (const Arg *A = Args.getLastArg(OPT_token_cache))
1365 const Arg *A = *it;
1369 if (const Arg *A = Args.getLastArg(OPT_preamble_bytes_EQ)) {
1399 const Arg *A = *it;
1405 const Arg *A = *it;
1415 const Arg *A = *it;
1427 if (Arg *A = Args.getLastArg(OPT_fobjc_arc_cxxlib_EQ)) {