Searched refs:RawText (Results 1 – 4 of 4) sorted by relevance
78 std::pair<CommentKind, bool> K = getCommentKind(RawText); in RawComment()82 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()83 RawText.startswith("/*<"); in RawComment()86 IsTrailingComment = mergedCommentIsTrailingComment(RawText); in RawComment()148 RawText.begin(), RawText.end()); in extractBriefText()169 RawText.begin(), RawText.end()); in parse()
96 return RawText; in getRawText()98 RawText = getRawTextSlow(SourceMgr); in getRawText()100 return RawText; in getRawText()124 mutable StringRef RawText; variable
5918 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText() local5923 return cxstring::createRef(RawText); in clang_Cursor_getRawCommentText()
112529 These elements use the generic RCDATA and RawText algorithms,