Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DCompilation.h26 class InputArgList; variable
40 InputArgList *Args;
65 InputArgList *Args, DerivedArgList *TranslatedArgs);
72 const InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
DArgList.h271 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()
DDriver.h37 class InputArgList; variable
173 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const;
234 InputArgList *ParseArgStrings(llvm::ArrayRef<const char *> Args);
DOptTable.h38 class InputArgList; variable
173 InputArgList *ParseArgs(const char* const *ArgBegin,
DToolChain.h27 class InputArgList; variable
/external/clang/lib/Driver/
DArgList.cpp214 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()
DOptTable.cpp229 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin, in ParseArgs()
233 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
DCompilation.cpp26 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
DDriver.cpp99 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/
Dcc1_main.cpp62 InputArgList *Args = Opts->ParseArgs(ArgBegin, ArgEnd, in cc1_test()
Dcc1as_main.cpp143 OwningPtr<InputArgList> Args( in CreateFromArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1848 llvm::OwningPtr<InputArgList> Args( in CreateFromArgs()