Searched refs:OptionTable (Results 1 – 2 of 2) sorted by relevance
505 static const WarningOption OptionTable[] = { variable516 return OptionTable[Info->getOptionGroupIndex()].getName(); in getWarningOptionForDiag()544 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup()553 auto Found = std::lower_bound(std::begin(OptionTable), std::end(OptionTable), in getDiagnosticsInGroup()558 if (Found == std::end(OptionTable) || Found->getName() != Group) in getDiagnosticsInGroup()575 for (const WarningOption &O : OptionTable) { in getNearestOption()
69 static const GroupRecord OptionTable[] = { variable96 return llvm::makeArrayRef(OptionTable); in getDiagnosticGroups()