Home
last modified time | relevance | path

Searched refs:SortedCategories (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2366 std::vector<OptionCategory *> SortedCategories; in printOptions() local
2372 SortedCategories.push_back(Category); in printOptions()
2375 assert(SortedCategories.size() > 0 && "No option categories registered!"); in printOptions()
2376 array_pod_sort(SortedCategories.begin(), SortedCategories.end(), in printOptions()
2385 assert(llvm::is_contained(SortedCategories, Cat) && in printOptions()
2392 for (OptionCategory *Category : SortedCategories) { in printOptions()