Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
361 llvm::StringRef CommentText = getRawText(SourceMgr); in getFormattedText()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp359 const StringRef CommentText = Comment->getRawText(SM); in getAssociatedRange()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8399 RC ? RC->getRawText(Context.getSourceManager()) : StringRef(); in clang_Cursor_getRawCommentText()