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 186 enum CommentKind {
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 52 milliseconds