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