Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
142 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
143 RawText.startswith("/*<"); in RawComment()
147 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()
189 RawText.begin(), RawText.end()); in extractBriefText()
211 RawText.begin(), RawText.end()); in parse()
/external/clang/include/clang/AST/
DRawCommentList.h103 return RawText; in getRawText()
105 RawText = getRawTextSlow(SourceMgr); in getRawText()
107 return RawText; in getRawText()
128 mutable StringRef RawText; variable
/external/clang/tools/libclang/
DCIndex.cpp7309 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText() local
7314 return cxstring::createRef(RawText); in clang_Cursor_getRawCommentText()