HomeSort by relevance Sort by last modified time
    Searched refs:AddLastArg (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Driver/
Tools.cpp 310 Args.AddLastArg(CmdArgs, options::OPT_C);
311 Args.AddLastArg(CmdArgs, options::OPT_CC);
374 Args.AddLastArg(CmdArgs, options::OPT_MP);
375 Args.AddLastArg(CmdArgs, options::OPT_MV);
    [all...]
  /external/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 257 /// AddLastArg - Render only the last argument match \p Id0, if present.
258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
  /external/llvm/lib/Option/
ArgList.cpp 247 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const {
254 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0,

Completed in 49 milliseconds