Searched refs:InputArgList (Results 1 – 13 of 13) sorted by relevance
/external/llvm/unittests/Option/ |
D | OptionParsingTest.cpp | 70 std::unique_ptr<InputArgList> AL( in TEST() 114 std::unique_ptr<InputArgList> AL; in TEST() 145 std::unique_ptr<InputArgList> AL( in TEST() 155 std::unique_ptr<InputArgList> AL( in TEST() 167 std::unique_ptr<InputArgList> AL( in TEST() 178 std::unique_ptr<InputArgList> AL( in TEST() 189 std::unique_ptr<InputArgList> AL( in TEST() 201 std::unique_ptr<InputArgList> AL( in TEST()
|
/external/clang/include/clang/Driver/ |
D | Compilation.h | 21 class InputArgList; variable 42 llvm::opt::InputArgList *Args; 77 llvm::opt::InputArgList *Args, 85 const llvm::opt::InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
|
D | Driver.h | 33 class InputArgList; variable 190 TranslateInputArgs(const llvm::opt::InputArgList &Args) const; 265 llvm::opt::InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
|
D | ToolChain.h | 27 class InputArgList; variable
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 302 class InputArgList : public ArgList { 322 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd); 323 ~InputArgList() override; 350 const InputArgList &BaseArgs; 357 DerivedArgList(const InputArgList &BaseArgs); 368 const InputArgList &getBaseArgs() const { in getBaseArgs()
|
D | OptTable.h | 21 class InputArgList; variable 155 InputArgList *ParseArgs(const char* const *ArgBegin,
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 321 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList 327 InputArgList::~InputArgList() { in ~InputArgList() 333 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex() 343 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() 352 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef() 358 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
|
D | OptTable.cpp | 250 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs() 256 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
|
/external/clang/lib/Driver/ |
D | Compilation.cpp | 26 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
|
D | Driver.cpp | 109 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) { in ParseArgStrings() 118 InputArgList *Args = getOpts().ParseArgs(ArgStrings.begin(), ArgStrings.end(), in ParseArgStrings() 206 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs() 317 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation()
|
/external/clang/tools/driver/ |
D | driver.cpp | 339 std::unique_ptr<InputArgList> Args(Opts->ParseArgs( in CreateAndPopulateDiagOpts()
|
D | cc1as_main.cpp | 164 std::unique_ptr<InputArgList> Args( in CreateFromArgs()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1845 std::unique_ptr<InputArgList> Args( in CreateFromArgs()
|