Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp73 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) { in RawComment()
120 getRawText(Context.getSourceManager()); in extractBriefText()
147 getRawText(Context.getSourceManager()); in parse()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function