Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp116 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()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function
121 StringRef Text = getRawText(SourceMgr); in hasUnsupportedSplice()
/src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp452 const StringRef CommentText = Comment->getRawText(SM); in getAssociatedRange()