Home
last modified time | relevance | path

Searched defs:IncludeStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h20 struct IncludeStyle { struct
22 enum IncludeBlocksStyle {
54 IncludeBlocksStyle IncludeBlocks;
57 struct IncludeCategory {
118 std::vector<IncludeCategory> IncludeCategories;
132 std::string IncludeIsMainRegex;
174 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2641 tooling::IncludeStyle IncludeStyle; member