Searched refs:InputArgList (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Driver/ |
D | Compilation.h | 26 class InputArgList; variable 40 InputArgList *Args; 65 InputArgList *Args, DerivedArgList *TranslatedArgs); 72 const InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
|
D | ArgList.h | 271 class InputArgList : public ArgList { 291 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd); 292 ~InputArgList(); 318 const InputArgList &BaseArgs; 325 DerivedArgList(const InputArgList &BaseArgs); 336 const InputArgList &getBaseArgs() const { in getBaseArgs()
|
D | Driver.h | 37 class InputArgList; variable 173 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const; 234 InputArgList *ParseArgStrings(llvm::ArrayRef<const char *> Args);
|
D | OptTable.h | 38 class InputArgList; variable 173 InputArgList *ParseArgs(const char* const *ArgBegin,
|
D | ToolChain.h | 27 class InputArgList; variable
|
/external/clang/lib/Driver/ |
D | ArgList.cpp | 214 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList 220 InputArgList::~InputArgList() { in ~InputArgList() 226 unsigned InputArgList::MakeIndex(llvm::StringRef String0) const { in MakeIndex() 236 unsigned InputArgList::MakeIndex(llvm::StringRef String0, in MakeIndex() 245 const char *InputArgList::MakeArgString(llvm::StringRef Str) const { in MakeArgString() 251 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs) in DerivedArgList()
|
D | OptTable.cpp | 229 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin, in ParseArgs() 233 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
|
D | Compilation.cpp | 26 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
|
D | Driver.cpp | 99 InputArgList *Driver::ParseArgStrings(llvm::ArrayRef<const char *> ArgList) { in ParseArgStrings() 102 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(), in ParseArgStrings() 123 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs() 216 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation()
|
/external/clang/tools/driver/ |
D | cc1_main.cpp | 62 InputArgList *Args = Opts->ParseArgs(ArgBegin, ArgEnd, in cc1_test()
|
D | cc1as_main.cpp | 143 OwningPtr<InputArgList> Args( in CreateFromArgs()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1848 llvm::OwningPtr<InputArgList> Args( in CreateFromArgs()
|