Searched refs:SpacesInPrefix (Results 1 – 1 of 1) sorted by relevance
881 const int SpacesInPrefix = llvm::count(IndentPrefix, ' '); in BreakableLineCommentSection() local917 if (SpacesInPrefix < Minimum && Lines[i].size() > IndentPrefix.size() && in BreakableLineCommentSection()919 FirstLineSpaceChange = Minimum - SpacesInPrefix; in BreakableLineCommentSection()920 } else if (static_cast<unsigned>(SpacesInPrefix) > in BreakableLineCommentSection()923 Style.SpacesInLineCommentPrefix.Maximum - SpacesInPrefix; in BreakableLineCommentSection()932 PrefixSpaceChange[i] = SpacesInPrefix + FirstLineSpaceChange < Minimum in BreakableLineCommentSection()933 ? Minimum - SpacesInPrefix in BreakableLineCommentSection()943 (SpacesInPrefix != 0 || LineRequiresLeadingSpace); in BreakableLineCommentSection()951 -PrefixSpaceChange[i], SpacesInPrefix)) in BreakableLineCommentSection()959 Prefix[i] = IndentPrefix.drop_back(SpacesInPrefix).str(); in BreakableLineCommentSection()