Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h54 IncludeBlocksStyle IncludeBlocks; member
/freebsd-14.2/contrib/libcbor/
H A D.clang-format63 IncludeBlocks: Preserve
/freebsd-14.2/
H A D.clang-format110 IncludeBlocks: Regroup
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp989 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
1496 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1634 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
1740 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()
1773 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
3100 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()
3108 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
3196 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
3197 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4820 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&