Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Format/
DSortIncludesTest.cpp73 FmtStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in TEST_F()
172 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Merge; in TEST_F()
182 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in TEST_F()
329 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Merge; in TEST_F()
349 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Merge; in TEST_F()
359 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in TEST_F()
402 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in TEST_F()
553 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Merge; in TEST_F()
567 Style.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in TEST_F()
604 Style.IncludeBlocks = clang::tooling::IncludeStyle::IBS_Regroup; in TEST_F()
[all …]
/external/openscreen/
D.clang-format4 IncludeBlocks: Regroup
/external/mesa3d/src/freedreno/vulkan/
D.clang-format15 IncludeBlocks: Regroup
/external/minigbm/cros_gralloc/gralloc3/
D.clang-format14 IncludeBlocks: Preserve
/external/fsverity-utils/
D.clang-format14 IncludeBlocks: Preserve
/external/minigbm/cros_gralloc/gralloc4/
D.clang-format14 IncludeBlocks: Preserve
/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h53 IncludeBlocksStyle IncludeBlocks; member
/external/boringssl/src/
D.clang-format10 IncludeBlocks: Preserve
/external/angle/
D.clang-format59 IncludeBlocks: Preserve
/external/v4l2_codec2/
D.clang-format35 IncludeBlocks: Preserve
/external/swiftshader/
D.clang-format61 IncludeBlocks: Preserve
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format62 #IncludeBlocks: Preserve
/external/OpenCL-CTS/
D.clang-format66 IncludeBlocks: Preserve
/external/libaom/libaom/
D.clang-format63 IncludeBlocks: Preserve
/external/libvpx/libvpx/
D.clang-format64 IncludeBlocks: Preserve
/external/libwebm/
D.clang-format67 IncludeBlocks: Preserve
/external/adhd/
D.clang-format78 #IncludeBlocks: Preserve # Unknown to clang-format-5.0
/external/llvm-project/clang/include/clang/Format/
DFormat.h2488 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
/external/llvm-project/clang/lib/Format/
DFormat.cpp552 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
923 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1024 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
1127 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()
1160 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
2201 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) in sortCppIncludes()
2208 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
2279 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
2280 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1654 **IncludeBlocks** (``IncludeBlocksStyle``)