Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp899 const char FirstCommentChar = Lines[i][IndentPrefix.size()]; in BreakableLineCommentSection() local
901 encoding::getCodePointNumBytes(FirstCommentChar, Encoding); in BreakableLineCommentSection()
916 if (FirstCommentChar == '#' && !TokenText.starts_with("#")) in BreakableLineCommentSection()
918 return FirstCommentChar == '\\' || isPunctuation(FirstCommentChar) || in BreakableLineCommentSection()
919 isHorizontalWhitespace(FirstCommentChar); in BreakableLineCommentSection()