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

  /external/llvm/lib/Option/
ArgList.cpp 311 InputArgList::InputArgList(const char* const *ArgBegin,
317 InputArgList::~InputArgList() {
318 // An InputArgList always owns its arguments.
323 unsigned InputArgList::MakeIndex(StringRef String0) const {
333 unsigned InputArgList::MakeIndex(StringRef String0,
342 const char *InputArgList::MakeArgString(StringRef Str) const {
348 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs)
  /external/llvm/include/llvm/Option/
ArgList.h 287 class InputArgList : public ArgList {
307 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
308 ~InputArgList();
334 const InputArgList &BaseArgs;
341 DerivedArgList(const InputArgList &BaseArgs);
352 const InputArgList &getBaseArgs() const {

Completed in 47 milliseconds