Searched defs:IncludeStyle (Results 1 – 3 of 3) sorted by relevance
20 struct IncludeStyle { struct22 enum IncludeBlocksStyle {54 IncludeBlocksStyle IncludeBlocks;57 struct IncludeCategory {118 std::vector<IncludeCategory> IncludeCategories;132 std::string IncludeIsMainRegex;159 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
2231 tooling::IncludeStyle IncludeStyle; member