HomeSort by relevance Sort by last modified time
    Searched refs:InputArgList (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
37 InputArgList *Args;
69 InputArgList *Args, DerivedArgList *TranslatedArgs);
76 const InputArgList &getInputArgs() const { return *Args; }
OptTable.h 21 class InputArgList;
125 /// \brief Parse an list of arguments into an InputArgList.
127 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
129 /// InputArgList.
139 /// \return An InputArgList; on error this will contain all the options
141 InputArgList *ParseArgs(const char* const *ArgBegin,
Driver.h 35 class InputArgList;
166 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const;
231 InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
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 {
ToolChain.h 29 class InputArgList;
  /external/llvm/include/llvm/Option/
OptTable.h 21 class InputArgList;
128 /// \brief Parse an list of arguments into an InputArgList.
130 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
132 /// InputArgList.
142 /// \return An InputArgList; on error this will contain all the options
144 InputArgList *ParseArgs(const char* const *ArgBegin,
ArgList.h 278 class InputArgList : public ArgList {
298 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
299 ~InputArgList();
325 const InputArgList &BaseArgs;
332 DerivedArgList(const InputArgList &BaseArgs);
343 const InputArgList &getBaseArgs() const {
  /external/llvm/lib/Option/
ArgList.cpp 296 InputArgList::InputArgList(const char* const *ArgBegin,
302 InputArgList::~InputArgList() {
303 // An InputArgList always owns its arguments.
308 unsigned InputArgList::MakeIndex(StringRef String0) const {
318 unsigned InputArgList::MakeIndex(StringRef String0,
327 const char *InputArgList::MakeArgString(StringRef Str) const {
333 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs)
OptTable.cpp 232 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin,
236 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd);
  /external/clang/lib/Driver/
ArgList.cpp 319 InputArgList::InputArgList(const char* const *ArgBegin,
325 InputArgList::~InputArgList() {
326 // An InputArgList always owns its arguments.
331 unsigned InputArgList::MakeIndex(StringRef String0) const {
341 unsigned InputArgList::MakeIndex(StringRef String0,
350 const char *InputArgList::MakeArgString(StringRef Str) const {
356 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs)
OptTable.cpp 231 InputArgList *OptTable::ParseArgs(const char* const *ArgBegin,
235 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd);
Compilation.cpp 28 InputArgList *_Args, DerivedArgList *_TranslatedArgs)
Driver.cpp 73 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgList) {
76 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(),
143 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const {
245 InputArgList *Args = ParseArgStrings(ArgList.slice(1));
    [all...]
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 64 OwningPtr<InputArgList>
  /frameworks/compile/slang/
llvm-rs-cc.cpp 57 using clang::driver::InputArgList;
194 llvm::OwningPtr<InputArgList> Args(
  /external/clang/tools/driver/
driver.cpp 409 OwningPtr<InputArgList> Args(CC1Opts->ParseArgs(argv.begin()+1, argv.end(),
cc1as_main.cpp 153 OwningPtr<InputArgList> Args(
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 166 milliseconds