Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp145 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit() local
146 if (FirstNonWhitespace == StringRef::npos) in getCommentSplit()
150 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace)); in getCommentSplit()