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 186 TranslateInputArgs(const llvm::opt::InputArgList &Args) const; 252 llvm::opt::InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
|
D | ToolChain.h | 27 class InputArgList; variable
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 297 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList 303 InputArgList::~InputArgList() { in ~InputArgList() 309 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex() 319 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() 328 const char *InputArgList::MakeArgString(StringRef Str) const { in MakeArgString() 334 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs) in DerivedArgList()
|
D | OptTable.cpp | 254 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs() 260 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 298 class InputArgList : public ArgList { 318 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd); 319 ~InputArgList(); 346 const InputArgList &BaseArgs; 353 DerivedArgList(const InputArgList &BaseArgs); 364 const InputArgList &getBaseArgs() const { in getBaseArgs()
|
D | OptTable.h | 21 class InputArgList; variable 154 InputArgList *ParseArgs(const char* const *ArgBegin,
|
/external/clang/lib/Driver/ |
D | Compilation.cpp | 26 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
|
D | Driver.cpp | 105 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgList) { in ParseArgStrings() 114 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(), in ParseArgStrings() 201 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs() 315 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation()
|
/external/clang/tools/driver/ |
D | driver.cpp | 350 std::unique_ptr<InputArgList> Args(Opts->ParseArgs( in main()
|
D | cc1as_main.cpp | 161 std::unique_ptr<InputArgList> Args( in CreateFromArgs()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1797 std::unique_ptr<InputArgList> Args( in CreateFromArgs()
|