Lines Matching full:rawtext
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
142 IsAlmostTrailingComment = RawText.startswith("//<") ||
143 RawText.startswith("/*<");
147 IsTrailingComment || mergedCommentIsTrailingComment(RawText);
178 // Make sure that RawText is valid.
189 RawText.begin(), RawText.end());
205 // Make sure that RawText is valid.
211 RawText.begin(), RawText.end());