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

  /external/clang/include/clang/Driver/
OptTable.h 60 const Info *OptionInfos;
80 return OptionInfos[id - 1];
  /external/clang/lib/Driver/
OptTable.cpp 81 : OptionInfos(_OptionInfos), NumOptionInfos(_NumOptionInfos),
196 const Info *Start = OptionInfos + FirstSearchableIndex;
197 const Info *End = OptionInfos + getNumOptions();
219 if (Arg *A = getOption(Start - OptionInfos + 1)->accept(Args, Index))

Completed in 918 milliseconds