Home | History | Annotate | Download | only in Option

Lines Matching defs:InputArgList

156   // InputArgList which deletes the contents of the container. If we could fix
370 class InputArgList final : public ArgList {
393 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
395 InputArgList(InputArgList &&RHS)
400 InputArgList &operator=(InputArgList &&RHS) {
409 ~InputArgList() { releaseMemory(); }
436 const InputArgList &BaseArgs;
443 DerivedArgList(const InputArgList &BaseArgs);
453 const InputArgList &getBaseArgs() const {