Searched refs:FirstNonWhitespace (Results 1 – 1 of 1) sorted by relevance
144 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit() local145 if (FirstNonWhitespace == StringRef::npos) { in getCommentSplit()150 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace)); in getCommentSplit()