Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2290 std::map<OptionCategory *, std::vector<Option *>> CategorizedOptions; in printOptions() local
2310 CategorizedOptions[*I] = std::vector<Option *>(); in printOptions()
2318 assert(CategorizedOptions.count(Cat) > 0 && in printOptions()
2320 CategorizedOptions[Cat].push_back(Opt); in printOptions()
2330 const auto &CategoryOptions = CategorizedOptions[*Category]; in printOptions()