Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp787 const char FirstCommentChar = Lines[i][IndentPrefix.size()]; in BreakableLineCommentSection() local
789 encoding::getCodePointNumBytes(FirstCommentChar, Encoding); in BreakableLineCommentSection()
804 if (FirstCommentChar == '#' && !TokenText.startswith("#")) in BreakableLineCommentSection()
806 return FirstCommentChar == '\\' || isPunctuation(FirstCommentChar) || in BreakableLineCommentSection()
807 isHorizontalWhitespace(FirstCommentChar); in BreakableLineCommentSection()