Searched defs:OptionInfos (Results 1 – 4 of 4) sorted by relevance
332 typedef std::vector<OptionInfo> OptionInfos; typedef
88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()782 GenericOptTable::GenericOptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in GenericOptTable()
372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { in OptTable() argument
102 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable()