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 321 InputArgList::InputArgList(const char* const *ArgBegin,
327 InputArgList::~InputArgList() {
328 // An InputArgList always owns its arguments.
333 unsigned InputArgList::MakeIndex(StringRef String0) const {
343 unsigned InputArgList::MakeIndex(StringRef String0,
352 const char *InputArgList::MakeArgStringRef(StringRef Str) const {
358 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs)
  /external/llvm/include/llvm/Option/
ArgList.h 302 class InputArgList : public ArgList {
322 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
323 ~InputArgList() override;
350 const InputArgList &BaseArgs;
357 DerivedArgList(const InputArgList &BaseArgs);
368 const InputArgList &getBaseArgs() const {

Completed in 443 milliseconds