Searched defs:CommentKind (Results 1 - 2 of 2) 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;
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
H A DComment.h186 enum CommentKind { enum in class:clang::comments::Comment
197 Comment(CommentKind K,
204 CommentKind getCommentKind() const {
205 return static_cast<CommentKind>(CommentBits.Kind);
244 InlineContentComment(CommentKind K,
382 HTMLTagComment(CommentKind K,
538 BlockContentComment(CommentKind K,
619 BlockCommandComment(CommentKind K,

Completed in 113 milliseconds