Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h54 IncludeBlocksStyle IncludeBlocks; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1761 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp409 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()
672 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1731 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) in sortCppIncludes()
1738 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
1802 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()
1803 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()