Home
last modified time | relevance | path

Searched defs:IncludeCategory (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h56 struct IncludeCategory { struct
58 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()
/external/clang/include/clang/Format/
DFormat.h370 struct IncludeCategory { struct
372 std::string Regex;
374 int Priority;
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java86 public @interface IncludeCategory { annotation in Categories