Searched defs:IncludeCategory (Results 1 – 3 of 3) sorted by relevance
56 struct IncludeCategory { struct58 std::string Regex;60 int Priority;62 int SortPriority;64 bool RegexIsCaseSensitive;156 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR()
370 struct IncludeCategory { struct372 std::string Regex;374 int Priority;
86 public @interface IncludeCategory { annotation in Categories