Searched refs:IncludeCategory (Results 1 – 9 of 9) sorted by relevance
56 struct IncludeCategory { struct65 bool operator==(const IncludeCategory &Other) const {117 std::vector<IncludeCategory> IncludeCategories;156 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument162 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> { in LLVM_YAML_IS_SEQUENCE_VECTOR()164 clang::tooling::IncludeStyle::IncludeCategory &Category); in LLVM_YAML_IS_SEQUENCE_VECTOR()
86 public @interface IncludeCategory { annotation in Categories323 IncludeCategory annotation= klass.getAnnotation(IncludeCategory.class); in getIncludedCategory()328 IncludeCategory annotation= klass.getAnnotation(IncludeCategory.class); in isAnyIncluded()
16 void MappingTraits<IncludeStyle::IncludeCategory>::mapping( in mapping()17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping()
370 struct IncludeCategory { struct375 bool operator==(const IncludeCategory &Other) const {406 std::vector<IncludeCategory> IncludeCategories;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory)377 template <> struct MappingTraits<FormatStyle::IncludeCategory> {378 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { in mapping()
493 **IncludeCategories** (``std::vector<IncludeCategory>``)
10375 std::vector<FormatStyle::IncludeCategory> ExpectedCategories = {{"abc/.*", 2}, in TEST_F()
1694 **IncludeCategories** (``std::vector<IncludeCategory>``)
14528 std::vector<tooling::IncludeStyle::IncludeCategory> ExpectedCategories = { in TEST_F()