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 29 enum CommentKind {
45 CommentKind getKind() const LLVM_READONLY {
46 return (CommentKind) Kind;
144 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Comment.h 173 enum CommentKind {
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,

Completed in 53 milliseconds