Searched refs:RawText (Results 1 – 3 of 3) sorted by relevance
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()142 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()143 RawText.startswith("/*<"); in RawComment()147 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()189 RawText.begin(), RawText.end()); in extractBriefText()211 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
7309 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText() local7314 return cxstring::createRef(RawText); in clang_Cursor_getRawCommentText()