Home
last modified time | relevance | path

Searched refs:getRawText (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp115 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) { in RawComment()
180 (void)getRawText(Context.getSourceManager()); in extractBriefText()
207 (void)getRawText(Context.getSourceManager()); in parse()
341 llvm::StringRef CommentText = getRawText(SourceMgr); in getFormattedText()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h94 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function