Searched refs:OptionTable (Results 1 – 1 of 1) sorted by relevance
514 static const WarningOption OptionTable[] = { variable525 return OptionTable[Info->getOptionGroupIndex()].getName(); in getWarningOptionForDiag()565 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup()574 auto Found = std::lower_bound(std::begin(OptionTable), std::end(OptionTable), in getDiagnosticsInGroup()579 if (Found == std::end(OptionTable) || Found->getName() != Group) in getDiagnosticsInGroup()596 for (const WarningOption &O : OptionTable) { in getNearestOption()