Home
last modified time | relevance | path

Searched refs:IncludeStyle (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp11 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 DHeaderIncludes.cpp41 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()
H A DCMakeLists.txt5 IncludeStyle.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h20 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 DHeaderIncludes.h28 IncludeCategoryManager(const IncludeStyle &Style, StringRef FileName);
40 const IncludeStyle Style;
51 const IncludeStyle &Style);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2136 tooling::IncludeStyle IncludeStyle; member
3307 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
3308 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
3309 IncludeStyle.IncludeIsMainRegex ==
3310 R.IncludeStyle.IncludeIsMainRegex &&
3311 IncludeStyle.IncludeIsMainSourceRegex ==
3312 R.IncludeStyle.IncludeIsMainSourceRegex &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp621 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
622 IO.mapOptional("IncludeCategories", Style.IncludeStyle.IncludeCategories); in mapping()
623 IO.mapOptional("IncludeIsMainRegex", Style.IncludeStyle.IncludeIsMainRegex); in mapping()
625 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()
1010 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle()
1014 LLVMStyle.IncludeStyle.IncludeIsMainRegex = "(Test)?$"; in getLLVMStyle()
1015 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1116 GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0, false}, in getGoogleStyle()
1120 GoogleStyle.IncludeStyle.IncludeIsMainRegex = "([-_](test|unittest))?$"; in getGoogleStyle()
1121 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
[all …]
/netbsd-src/external/apache2/llvm/lib/libclangToolingInclusions/
H A DMakefile10 IncludeStyle.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/
H A DBUILD.gn13 "IncludeStyle.cpp",