Searched refs:FirstNonSpace (Results 1 – 1 of 1) sorted by relevance
815 const auto FirstNonSpace = Lines[i][IndentPrefix.size()]; in BreakableLineCommentSection() local818 (isAlphanumeric(FirstNonSpace) || in BreakableLineCommentSection()819 (FirstNonSpace == '}' && FirstLineSpaceChange != 0)); in BreakableLineCommentSection()