Searched refs:IncludeCategory (Results 1 – 3 of 3) sorted by relevance
57 struct IncludeCategory { struct66 bool operator==(const IncludeCategory &Other) const {118 std::vector<IncludeCategory> IncludeCategories;159 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument165 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> { in LLVM_YAML_IS_SEQUENCE_VECTOR()167 clang::tooling::IncludeStyle::IncludeCategory &Category); in LLVM_YAML_IS_SEQUENCE_VECTOR()
16 void MappingTraits<IncludeStyle::IncludeCategory>::mapping( in mapping()17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping()
20629 std::vector<tooling::IncludeStyle::IncludeCategory> ExpectedCategories = { in TEST_F()