Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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.h173 enum CommentKind { enum
184 Comment(CommentKind K, in Comment()
191 CommentKind getCommentKind() const { in getCommentKind()
192 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()
231 InlineContentComment(CommentKind K, in InlineContentComment()
370 HTMLTagComment(CommentKind K, in HTMLTagComment()
517 BlockContentComment(CommentKind K, in BlockContentComment()
598 BlockCommandComment(CommentKind K, in BlockCommandComment()
/freebsd-10-stable/contrib/llvm/tools/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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp7328 RawComment::CommentKind Kind = in ReadComments()
7329 (RawComment::CommentKind) Record[Idx++]; in ReadComments()