Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp78 std::pair<CommentKind, bool> K = getCommentKind(RawText); in RawComment()
82 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
83 RawText.startswith("/*<"); in RawComment()
86 IsTrailingComment = mergedCommentIsTrailingComment(RawText); in RawComment()
148 RawText.begin(), RawText.end()); in extractBriefText()
169 RawText.begin(), RawText.end()); in parse()
/external/clang/include/clang/AST/
DRawCommentList.h96 return RawText; in getRawText()
98 RawText = getRawTextSlow(SourceMgr); in getRawText()
100 return RawText; in getRawText()
124 mutable StringRef RawText; variable
/external/clang/tools/libclang/
DCIndex.cpp5918 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) : in clang_Cursor_getRawCommentText() local
5923 return cxstring::createRef(RawText); in clang_Cursor_getRawCommentText()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06112529 These elements use the generic RCDATA and RawText algorithms,