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

/external/clang/lib/AST/
H A DRawCommentList.cpp81 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
85 IsAlmostTrailingComment = RawText.startswith("//<") ||
86 RawText.startswith("/*<");
89 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
141 // Make sure that RawText is valid.
152 RawText.begin(), RawText.end());
168 // Make sure that RawText is valid.
174 RawText.begin(), RawText
[all...]
/external/clang/include/clang/AST/
H A DRawCommentList.h103 return RawText;
105 RawText = getRawTextSlow(SourceMgr);
107 return RawText;
131 mutable StringRef RawText; member in class:clang::RawComment
134 mutable bool RawTextValid : 1; ///< True if RawText is valid
/external/clang/tools/libclang/
H A DCIndex.cpp6099 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : local
6102 // Don't duplicate the string because RawText points directly into source
6104 return cxstring::createRef(RawText);

Completed in 91 milliseconds