Searched refs:SpaceOffset (Results 1 – 1 of 1) sorted by relevance
95 StringRef::size_type SpaceOffset = in getCommentSplit() local97 if (SpaceOffset != StringRef::npos && SpaceOffset + 1 < Text.size() && in getCommentSplit()99 MaxSplitBytes = SpaceOffset + 1; in getCommentSplit()125 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()131 (Text[SpaceOffset + 1] == '{' || Text[SpaceOffset + 1] == '@')) { in getCommentSplit()132 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()149 SpaceOffset = Text.find_first_of( in getCommentSplit()152 if (SpaceOffset != StringRef::npos && SpaceOffset != 0) { in getCommentSplit()157 if (SpaceOffset == 1 && Text[SpaceOffset - 1] == '*') in getCommentSplit()198 SpaceOffset = SplitPoint; in getStringSplit()[all …]