Searched refs:IncludeStyle (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| H A D | CMakeLists.txt | 6 IncludeStyle.cpp
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Format/ |
| H A D | Format.h | 2188 tooling::IncludeStyle IncludeStyle; member 4232 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks && 4233 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories && 4234 IncludeStyle.IncludeIsMainRegex == 4235 R.IncludeStyle.IncludeIsMainRegex && 4236 IncludeStyle.IncludeIsMainSourceRegex == 4237 R.IncludeStyle.IncludeIsMainSourceRegex &&
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/ |
| H A D | BUILD.gn | 14 "IncludeStyle.cpp",
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 917 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping() 918 IO.mapOptional("IncludeCategories", Style.IncludeStyle.IncludeCategories); in mapping() 919 IO.mapOptional("IncludeIsMainRegex", Style.IncludeStyle.IncludeIsMainRegex); in mapping() 921 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping() 1380 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle() 1384 LLVMStyle.IncludeStyle.IncludeIsMainRegex = "(Test)?$"; in getLLVMStyle() 1385 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle() 1514 GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0, false}, in getGoogleStyle() 1518 GoogleStyle.IncludeStyle.IncludeIsMainRegex = "([-_](test|unittest))?$"; in getGoogleStyle() 1519 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle() [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 266 clang/include/clang/Tooling/Inclusions/IncludeStyle.h 575 clang/lib/Tooling/Inclusions/IncludeStyle.cpp
|