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

/external/clang/include/clang/AST/
H A DRawCommentList.h30 enum CommentKind { enum in class:clang::RawComment
46 CommentKind getKind() const LLVM_READONLY {
47 return (CommentKind) Kind;
155 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
H A DComment.h173 enum CommentKind { enum in class:clang::comments::Comment
184 Comment(CommentKind K,
191 CommentKind getCommentKind() const {
192 return static_cast<CommentKind>(CommentBits.Kind);
231 InlineContentComment(CommentKind K,
370 HTMLTagComment(CommentKind K,
517 BlockContentComment(CommentKind K,
598 BlockCommandComment(CommentKind K,
/external/clang/lib/AST/
H A DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
30 RawComment::CommentKind K;
81 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
/external/clang/lib/Serialization/
H A DASTReader.cpp7278 RawComment::CommentKind Kind =
7279 (RawComment::CommentKind) Record[Idx++];

Completed in 79 milliseconds