Searched defs:IncludeStyle (Results 1 – 12 of 12) sorted by relevance
20 struct IncludeStyle { struct22 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
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
2493 tooling::IncludeStyle IncludeStyle; member
2606 tooling::IncludeStyle IncludeStyle; member
2635 tooling::IncludeStyle IncludeStyle; member