Home
last modified time | relevance | path

Searched refs:InputArgList (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/Driver/
DCompilation.h22 class InputArgList; variable
36 InputArgList *Args;
68 InputArgList *Args, DerivedArgList *TranslatedArgs);
75 const InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
DArgList.h297 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()
DOptTable.h20 class InputArgList; variable
152 InputArgList *ParseArgs(const char* const *ArgBegin,
DDriver.h39 class InputArgList; variable
187 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const;
256 InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
DToolChain.h28 class InputArgList; variable
/external/clang/lib/Driver/
DArgList.cpp313 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()
DOptTable.cpp188 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin, in ParseArgs()
192 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
DCompilation.cpp29 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
DDriver.cpp97 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/
Dcc1_main.cpp63 InputArgList *Args = Opts->ParseArgs(ArgBegin, ArgEnd, in cc1_test()
Dcc1as_main.cpp150 OwningPtr<InputArgList> Args( in CreateFromArgs()
Ddriver.cpp383 OwningPtr<InputArgList> Args(CC1Opts->ParseArgs(argv.begin()+1, argv.end(), in main()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2305 OwningPtr<InputArgList> Args( in CreateFromArgs()