Home
last modified time | relevance | path

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

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