Searched refs:RawText (Results 1 – 3 of 3) sorted by relevance
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()84 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()85 RawText.startswith("/*<"); in RawComment()88 IsTrailingComment = mergedCommentIsTrailingComment(RawText); in RawComment()130 RawText.begin(), RawText.end()); in extractBriefText()152 RawText.begin(), RawText.end()); in parse()
103 return RawText; in getRawText()105 RawText = getRawTextSlow(SourceMgr); in getRawText()107 return RawText; in getRawText()128 mutable StringRef RawText; variable
6674 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText() local6679 return cxstring::createRef(RawText); in clang_Cursor_getRawCommentText()