Searched refs:IncludeStyle (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/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() 83 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() 159 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset() 190 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager() 269 const IncludeStyle &Style) in HeaderIncludes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | IncludeStyle.h | 20 struct IncludeStyle { struct 155 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument 161 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 163 clang::tooling::IncludeStyle::IncludeCategory &Category); in LLVM_YAML_IS_SEQUENCE_VECTOR() 168 clang::tooling::IncludeStyle::IncludeBlocksStyle> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 170 enumeration(IO &IO, clang::tooling::IncludeStyle::IncludeBlocksStyle &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | HeaderIncludes.h | 28 IncludeCategoryManager(const IncludeStyle &Style, StringRef FileName); 40 const IncludeStyle Style; 51 const IncludeStyle &Style);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 2194 tooling::IncludeStyle IncludeStyle; member 3442 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks && 3443 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories && 3444 IncludeStyle.IncludeIsMainRegex == 3445 R.IncludeStyle.IncludeIsMainRegex && 3446 IncludeStyle.IncludeIsMainSourceRegex == 3447 R.IncludeStyle.IncludeIsMainSourceRegex &&
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 1051 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle() 1056 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle() 1168 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle() 1271 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle() 1272 tooling::IncludeStyle::IBS_Preserve; in getGoogleStyle() 1304 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle() 1305 tooling::IncludeStyle::IBS_Preserve; in getChromiumStyle() 2369 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) in sortCppIncludes() 2376 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes() 2449 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes() [all …]
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 715 SRCS_EXT+= Tooling/Inclusions/IncludeStyle.cpp
|