Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h30 enum CommentKind { enum
46 CommentKind getKind() const LLVM_READONLY { in getKind()
47 return (CommentKind) Kind; in getKind()
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
DComment.h184 enum CommentKind { enum
195 Comment(CommentKind K, in Comment()
202 CommentKind getCommentKind() const { in getCommentKind()
203 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()
242 InlineContentComment(CommentKind K, in InlineContentComment()
380 HTMLTagComment(CommentKind K, in HTMLTagComment()
536 BlockContentComment(CommentKind K, in BlockContentComment()
617 BlockCommandComment(CommentKind K, in BlockCommandComment()
/external/clang/lib/AST/
DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
30 RawComment::CommentKind K; in getCommentKind()
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
/external/clang/lib/Serialization/
DASTReader.cpp7989 RawComment::CommentKind Kind = in ReadComments()
7990 (RawComment::CommentKind) Record[Idx++]; in ReadComments()