Searched refs:InputArgList (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/Driver/ |
D | Compilation.h | 22 class InputArgList; variable 36 InputArgList *Args; 68 InputArgList *Args, DerivedArgList *TranslatedArgs); 75 const InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
|
D | ArgList.h | 297 class InputArgList : public ArgList { 317 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd); 318 ~InputArgList(); 344 const InputArgList &BaseArgs; 351 DerivedArgList(const InputArgList &BaseArgs); 362 const InputArgList &getBaseArgs() const { in getBaseArgs()
|
D | OptTable.h | 20 class InputArgList; variable 152 InputArgList *ParseArgs(const char* const *ArgBegin,
|
D | Driver.h | 39 class InputArgList; variable 187 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const; 256 InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
|
D | ToolChain.h | 28 class InputArgList; variable
|
/external/clang/lib/Driver/ |
D | ArgList.cpp | 313 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList 319 InputArgList::~InputArgList() { in ~InputArgList() 325 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex() 335 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() 344 const char *InputArgList::MakeArgString(StringRef Str) const { in MakeArgString() 350 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs) in DerivedArgList()
|
D | OptTable.cpp | 188 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin, in ParseArgs() 192 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
|
D | Compilation.cpp | 29 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
|
D | Driver.cpp | 97 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgList) { in ParseArgStrings() 100 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(), in ParseArgStrings() 167 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs() 268 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation()
|
/external/clang/tools/driver/ |
D | cc1_main.cpp | 63 InputArgList *Args = Opts->ParseArgs(ArgBegin, ArgEnd, in cc1_test()
|
D | cc1as_main.cpp | 150 OwningPtr<InputArgList> Args( in CreateFromArgs()
|
D | driver.cpp | 383 OwningPtr<InputArgList> Args(CC1Opts->ParseArgs(argv.begin()+1, argv.end(), in main()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2305 OwningPtr<InputArgList> Args( in CreateFromArgs()
|