Searched refs:FirstCommentChar (Results 1 – 1 of 1) sorted by relevance
887 const char FirstCommentChar = Lines[i][IndentPrefix.size()]; in BreakableLineCommentSection() local889 encoding::getCodePointNumBytes(FirstCommentChar, Encoding); in BreakableLineCommentSection()904 if (FirstCommentChar == '#' && !TokenText.starts_with("#")) in BreakableLineCommentSection()906 return FirstCommentChar == '\\' || isPunctuation(FirstCommentChar) || in BreakableLineCommentSection()907 isHorizontalWhitespace(FirstCommentChar); in BreakableLineCommentSection()