Searched refs:getRawText (Results 1 – 4 of 4) sorted by relevance
116 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) { in RawComment()181 (void)getRawText(Context.getSourceManager()); in extractBriefText()208 (void)getRawText(Context.getSourceManager()); in parse()362 llvm::StringRef CommentText = getRawText(SourceMgr); in getFormattedText()380 llvm::StringRef CommentText = getRawText(SourceMgr); in getFormattedLines()
98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function
403 const StringRef CommentText = Comment->getRawText(SM); in getAssociatedRange()
8692 RC ? RC->getRawText(Context.getSourceManager()) : StringRef(); in clang_Cursor_getRawCommentText()