Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h105 RawText = getRawTextSlow(SourceMgr); in getRawText()
156 StringRef getRawTextSlow(const SourceManager &SourceMgr) const;
/external/clang/lib/AST/
DRawCommentList.cpp92 StringRef RawComment::getRawTextSlow(const SourceManager &SourceMgr) const { in getRawTextSlow() function in RawComment