reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Cuda.cpp
  765   if (!DAL)
  766     DAL = new DerivedArgList(Args.getBaseArgs());
  776       for (Arg *DALArg : *DAL) {
  783         DAL->append(A);
  786     StringRef Arch = DAL->getLastArgValue(options::OPT_march_EQ);
  788       DAL->AddJoinedArg(nullptr, Opts.getOption(options::OPT_march_EQ),
  791     return DAL;
  823       DAL->AddSynthesizedArg(A);
  825     DAL->append(A);
  829     DAL->eraseArg(options::OPT_march_EQ);
  830     DAL->AddJoinedArg(nullptr, Opts.getOption(options::OPT_march_EQ), BoundArch);
  832   return DAL;