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

  /external/clang/lib/Driver/
ArgList.cpp 251 InputArgList::InputArgList(const char* const *ArgBegin,
257 InputArgList::~InputArgList() {
258 // An InputArgList always owns its arguments.
263 unsigned InputArgList::MakeIndex(StringRef String0) const {
273 unsigned InputArgList::MakeIndex(StringRef String0,
282 const char *InputArgList::MakeArgString(StringRef Str) const {
288 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs)
  /external/clang/include/clang/Driver/
ArgList.h 289 class InputArgList : public ArgList {
309 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
310 ~InputArgList();
336 const InputArgList &BaseArgs;
343 DerivedArgList(const InputArgList &BaseArgs);
354 const InputArgList &getBaseArgs() const {

Completed in 84 milliseconds