Searched refs:IncludeStyle (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | IncludeStyle.cpp | 11 using clang::tooling::IncludeStyle; 16 void MappingTraits<IncludeStyle::IncludeCategory>::mapping( in mapping() 17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping() 24 void ScalarEnumerationTraits<IncludeStyle::IncludeBlocksStyle>::enumeration( in enumeration() 25 IO &IO, IncludeStyle::IncludeBlocksStyle &Value) { in enumeration() 26 IO.enumCase(Value, "Preserve", IncludeStyle::IBS_Preserve); in enumeration() 27 IO.enumCase(Value, "Merge", IncludeStyle::IBS_Merge); in enumeration() 28 IO.enumCase(Value, "Regroup", IncludeStyle::IBS_Regroup); in enumeration()
|
| H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 84 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() 160 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset() 191 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager() 272 const IncludeStyle &Style) in HeaderIncludes()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | IncludeStyle.h | 20 struct IncludeStyle { struct 159 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument 165 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 167 clang::tooling::IncludeStyle::IncludeCategory &Category); in LLVM_YAML_IS_SEQUENCE_VECTOR() 172 clang::tooling::IncludeStyle::IncludeBlocksStyle> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 174 enumeration(IO &IO, clang::tooling::IncludeStyle::IncludeBlocksStyle &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | HeaderIncludes.h | 30 IncludeCategoryManager(const IncludeStyle &Style, StringRef FileName); 42 const IncludeStyle Style; 55 const IncludeStyle &Style);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 2511 tooling::IncludeStyle IncludeStyle; member 4820 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks && 4821 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories && 4822 IncludeStyle.IncludeIsMainRegex == 4823 R.IncludeStyle.IncludeIsMainRegex && 4824 IncludeStyle.IncludeIsMainSourceRegex == 4825 R.IncludeStyle.IncludeIsMainSourceRegex &&
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 1491 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle() 1496 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle() 1634 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle() 1740 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle() 1741 tooling::IncludeStyle::IBS_Preserve; in getGoogleStyle() 1773 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle() 1774 tooling::IncludeStyle::IBS_Preserve; in getChromiumStyle() 3100 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes() 3108 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes() 3196 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes() [all …]
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 798 SRCS_EXT+= Tooling/Inclusions/IncludeStyle.cpp
|