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/include/clang/Format/
H A DFormat.h5398 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1073 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
1596 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1752 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
1864 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()
1897 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
3302 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()
3311 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
3414 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
3415 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()