HomeSort by relevance Sort by last modified time
    Searched defs:CommentKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
RawCommentList.h 30 enum CommentKind {
46 CommentKind getKind() const LLVM_READONLY {
47 return (CommentKind) Kind;
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Comment.h 184 enum CommentKind {
195 Comment(CommentKind K,
202 CommentKind getCommentKind() const {
203 return static_cast<CommentKind>(CommentBits.Kind);
242 InlineContentComment(CommentKind K,
380 HTMLTagComment(CommentKind K,
536 BlockContentComment(CommentKind K,
617 BlockCommandComment(CommentKind K,

Completed in 114 milliseconds