Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp160 StringRef AfterCut = Text.substr(SpaceOffset); in getCommentSplit() local
162 if (!DecorationEndsWithStar || AfterCut.size() <= 1 || AfterCut[1] != '/') in getCommentSplit()
163 AfterCut = AfterCut.ltrim(Blanks); in getCommentSplit()
165 AfterCut.begin() - BeforeCut.end()); in getCommentSplit()