Home | History | Annotate | Download | only in AST

Lines Matching refs:RawText

80     std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
84 IsAlmostTrailingComment = RawText.startswith("//<") ||
85 RawText.startswith("/*<");
88 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
119 // Make sure that RawText is valid.
130 RawText.begin(), RawText.end());
146 // Make sure that RawText is valid.
152 RawText.begin(), RawText.end());