Lines Matching defs:categories
53 lambda("all", "all available logging categories");
54 lambda("default", "default set of logging categories");
55 for (const auto &category : entry.second.m_channel.categories)
61 stream << llvm::formatv("Logging categories for '{0}':\n", entry.first());
70 llvm::ArrayRef<const char *> categories) {
73 for (const char *category : categories) {
82 auto cat = llvm::find_if(entry.second.m_channel.categories,
86 if (cat != entry.second.m_channel.categories.end()) {
236 llvm::ArrayRef<const char *> categories,
244 auto flags = categories.empty() ? std::optional<MaskType>{}
245 : GetFlags(error_stream, *iter, categories);
252 llvm::ArrayRef<const char *> categories,
260 auto flags = categories.empty() ? std::optional<MaskType>{}
261 : GetFlags(error_stream, *iter, categories);