Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h20 struct IncludeStyle { struct
22 enum IncludeBlocksStyle {
53 IncludeBlocksStyle IncludeBlocks;
56 struct IncludeCategory {
116 std::vector<IncludeCategory> IncludeCategories;
129 std::string IncludeIsMainRegex;
155 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h2194 tooling::IncludeStyle IncludeStyle; member