Searched refs:CommentKind (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 29 enum CommentKind { enum 45 CommentKind getKind() const LLVM_READONLY { in getKind() 46 return (CommentKind) Kind; in getKind() 144 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
D | Comment.h | 173 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()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment) { in getCommentKind() 28 RawComment::CommentKind K; in getCommentKind() 78 std::pair<CommentKind, bool> K = getCommentKind(RawText); in RawComment()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6967 RawComment::CommentKind Kind = in ReadComments() 6968 (RawComment::CommentKind) Record[Idx++]; in ReadComments()
|