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

  /external/clang/include/clang/Driver/
OptTable.h 69 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 unsigned getNumOptions() const { return NumOptionInfos; }
  /external/llvm/include/llvm/Option/
OptTable.h 69 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 unsigned getNumOptions() const { return NumOptionInfos; }
  /external/llvm/include/llvm/Support/
CommandLine.h 512 // getNumOptions - Virtual function implemented by generic subclass to
515 virtual unsigned getNumOptions() const = 0;
560 for (unsigned i = 0, e = getNumOptions(); i != e; ++i)
584 // argument string. If the option is not found, getNumOptions() is returned.
612 unsigned getNumOptions() const { return unsigned(Values.size()); }
    [all...]

Completed in 38 milliseconds