Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h53 IncludeBlocksStyle IncludeBlocks; member
/freebsd-13.1/contrib/libcbor/
H A D.clang-format63 IncludeBlocks: Preserve
/freebsd-13.1/
H A D.clang-format109 IncludeBlocks: Regroup
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3442 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp655 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
1056 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1168 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()
1271 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()
1304 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
2369 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) in sortCppIncludes()
2376 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
2449 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
2450 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()