Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp782 const unsigned SpacesInPrefix = in BreakableLineCommentSection() local
792 if (SpacesInPrefix < Style.SpacesInLineCommentPrefix.Minimum && in BreakableLineCommentSection()
796 Style.SpacesInLineCommentPrefix.Minimum - SpacesInPrefix; in BreakableLineCommentSection()
797 } else if (SpacesInPrefix > Style.SpacesInLineCommentPrefix.Maximum) { in BreakableLineCommentSection()
799 Style.SpacesInLineCommentPrefix.Maximum - SpacesInPrefix; in BreakableLineCommentSection()
808 if (SpacesInPrefix + PrefixSpaceChange[i] < in BreakableLineCommentSection()
811 (SpacesInPrefix + PrefixSpaceChange[i]); in BreakableLineCommentSection()
817 SpacesInPrefix != 0 || in BreakableLineCommentSection()
827 -PrefixSpaceChange[i], SpacesInPrefix)) in BreakableLineCommentSection()
835 Prefix[i] = IndentPrefix.drop_back(SpacesInPrefix).str(); in BreakableLineCommentSection()