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

/external/clang/lib/AST/
H A DRawCommentList.cpp80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
84 IsAlmostTrailingComment = RawText.startswith("//<") ||
85 RawText.startswith("/*<");
88 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
119 // Make sure that RawText is valid.
130 RawText.begin(), RawText.end());
146 // Make sure that RawText is valid.
152 RawText.begin(), RawText
[all...]
/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
/external/clang/tools/libclang/
H A DCIndex.cpp6379 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) :
6382 // Don't duplicate the string because RawText points directly into source
6384 return cxstring::createRef(RawText);

Completed in 350 milliseconds