Searched defs:RawText (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DRawCommentList.h103 return RawText;
105 RawText = getRawTextSlow(SourceMgr);
107 return RawText;
128 mutable StringRef RawText; member in class:clang::RawComment
131 mutable bool RawTextValid : 1; ///< True if RawText is valid

Completed in 797 milliseconds