Home | History | Annotate | Download | only in AST

Lines Matching refs:RawText

78     std::pair<CommentKind, bool> K = getCommentKind(RawText);
82 IsAlmostTrailingComment = RawText.startswith("//<") ||
83 RawText.startswith("/*<");
86 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
138 // Make sure that RawText is valid.
148 RawText.begin(), RawText.end());
164 // Make sure that RawText is valid.
169 RawText.begin(), RawText.end());