Home
last modified time | relevance | path

Searched refs:IncludeBlocks (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h54 IncludeBlocksStyle IncludeBlocks; member
/freebsd/contrib/libcbor/
H A D.clang-format63 IncludeBlocks: Preserve
/freebsd/
H A D.clang-format110 IncludeBlocks: Regroup
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp997 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
1504 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1650 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
1761 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()
1794 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
3133 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()
3142 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
3238 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
3239 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5060 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&