Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp115 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) { in RawComment()
179 getRawText(Context.getSourceManager()); in extractBriefText()
206 getRawText(Context.getSourceManager()); in parse()
/external/clang/include/clang/AST/
DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() function
/external/clang/tools/libclang/
DCIndex.cpp7309 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText()