Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h56 struct IncludeCategory { struct
65 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() argument
162 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
164 clang::tooling::IncludeStyle::IncludeCategory &Category); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java86 public @interface IncludeCategory { annotation in Categories
323 IncludeCategory annotation= klass.getAnnotation(IncludeCategory.class); in getIncludedCategory()
328 IncludeCategory annotation= klass.getAnnotation(IncludeCategory.class); in isAnyIncluded()
/external/llvm-project/clang/lib/Tooling/Inclusions/
DIncludeStyle.cpp16 void MappingTraits<IncludeStyle::IncludeCategory>::mapping( in mapping()
17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping()
/external/clang/include/clang/Format/
DFormat.h370 struct IncludeCategory { struct
375 bool operator==(const IncludeCategory &Other) const {
406 std::vector<IncludeCategory> IncludeCategories;
/external/clang/lib/Format/
DFormat.cpp47 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()
/external/clang/docs/
DClangFormatStyleOptions.rst493 **IncludeCategories** (``std::vector<IncludeCategory>``)
/external/clang/unittests/Format/
DFormatTest.cpp10375 std::vector<FormatStyle::IncludeCategory> ExpectedCategories = {{"abc/.*", 2}, in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1694 **IncludeCategories** (``std::vector<IncludeCategory>``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14528 std::vector<tooling::IncludeStyle::IncludeCategory> ExpectedCategories = { in TEST_F()