Searched defs:IncludeStyle (Results 1 – 3 of 3) sorted by relevance
20 struct IncludeStyle { struct22 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
26 enum IncludeStyle { IS_LLVM = 0, IS_Google = 1, IS_Google_ObjC }; enum
1473 tooling::IncludeStyle IncludeStyle; member