HomeSort by: relevance | last modified time | path
    Searched defs:InputArgList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
ArgList.h 152 // InputArgList which deletes the contents of the container. If we could fix
367 class InputArgList final : public ArgList {
390 InputArgList() : NumInputArgStrings(0) {}
392 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
394 InputArgList(InputArgList &&RHS)
399 InputArgList &operator=(InputArgList &&RHS) {
408 ~InputArgList() { releaseMemory(); }
439 const InputArgList &BaseArgs
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 196 void InputArgList::releaseMemory() {
197 // An InputArgList always owns its arguments.
202 InputArgList::InputArgList(const char* const *ArgBegin,
208 unsigned InputArgList::MakeIndex(StringRef String0) const {
218 unsigned InputArgList::MakeIndex(StringRef String0,
227 const char *InputArgList::MakeArgStringRef(StringRef Str) const {
231 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs)

Completed in 17 milliseconds