Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit() local
70 if (FirstNonWhitespace == StringRef::npos) in getCommentSplit()
74 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace)); in getCommentSplit()