Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
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 DCMakeLists.txt6 IncludeStyle.cpp
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h20 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 DHeaderIncludes.h30 IncludeCategoryManager(const IncludeStyle &Style, StringRef FileName);
42 const IncludeStyle Style;
55 const IncludeStyle &Style);
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2188 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 DBUILD.gn14 "IncludeStyle.cpp",
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp917 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 Dclang-formatted-files.txt266 clang/include/clang/Tooling/Inclusions/IncludeStyle.h
575 clang/lib/Tooling/Inclusions/IncludeStyle.cpp