Searched refs:IncludeBlocks (Results 1 – 5 of 5) sorted by relevance
54 IncludeBlocksStyle IncludeBlocks; member
63 IncludeBlocks: Preserve
110 IncludeBlocks: Regroup
989 IO.mapOptional("IncludeBlocks", Style.IncludeStyle.IncludeBlocks); in mapping()1496 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()1634 GoogleStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup; in getGoogleStyle()1740 GoogleStyle.IncludeStyle.IncludeBlocks = in getGoogleStyle()1773 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()3100 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()3108 if (Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()3196 (Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Merge || in sortCppIncludes()3197 Style.IncludeStyle.IncludeBlocks == in sortCppIncludes()
4820 IncludeStyle.IncludeBlocks == R.IncludeStyle.IncludeBlocks &&