Home
last modified time | relevance | path

Searched refs:GCArg (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DTools.cpp5584 const Arg *GCArg = Args.getLastArg(options::OPT_fobjc_gc_only); in ConstructJob() local
5585 if (!GCArg) in ConstructJob()
5586 GCArg = Args.getLastArg(options::OPT_fobjc_gc); in ConstructJob()
5587 if (GCArg) { in ConstructJob()
5589 D.Diag(diag::err_drv_objc_gc_arr) << GCArg->getAsString(Args); in ConstructJob()
5591 GCArg->render(Args, CmdArgs); in ConstructJob()
5594 D.Diag(diag::warn_drv_objc_gc_unsupported) << GCArg->getAsString(Args); in ConstructJob()
5604 } else if (GCArg) { in ConstructJob()