Searched refs:IncludeBlocks (Results 1 – 5 of 5) sorted by relevance
54 IncludeBlocksStyle IncludeBlocks; member
63 IncludeBlocks: Preserve
110 IncludeBlocks: Regroup
997 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()1504 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()1650 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()1761 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()1794 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()3133 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()3142 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()3238 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()3239 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
5060 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&