Searched refs:AfterCut (Results 1 – 1 of 1) sorted by relevance
160 StringRef AfterCut = Text.substr(SpaceOffset); in getCommentSplit() local162 if (!DecorationEndsWithStar || AfterCut.size() <= 1 || AfterCut[1] != '/') in getCommentSplit()163 AfterCut = AfterCut.ltrim(Blanks); in getCommentSplit()165 AfterCut.begin() - BeforeCut.end()); in getCommentSplit()