Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h20 struct IncludeStyle { struct
22 enum IncludeBlocksStyle {
53 IncludeBlocksStyle IncludeBlocks;
56 struct IncludeCategory {
117 std::vector<IncludeCategory> IncludeCategories;
130 std::string IncludeIsMainRegex;
156 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.h26 enum IncludeStyle { IS_LLVM = 0, IS_Google = 1, IS_Google_ObjC }; enum
/external/llvm-project/clang/include/clang/Format/
DFormat.h1473 tooling::IncludeStyle IncludeStyle; member