Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp144 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit() local
145 if (FirstNonWhitespace == StringRef::npos) { in getCommentSplit()
150 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace)); in getCommentSplit()