Searched defs:NumCommentBits (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Comment.h | 67 enum { NumCommentBits = 8 }; enumerator in enum:clang::comments::Comment::__anon555 72 unsigned : NumCommentBits; member in class:clang::comments::Comment::InlineContentCommentBitfields 78 enum { NumInlineContentCommentBits = NumCommentBits + 1 }; 128 unsigned : NumCommentBits; member in class:clang::comments::Comment::ParagraphCommentBitfields 136 enum { NumParagraphCommentBits = NumCommentBits + 2 }; 141 unsigned : NumCommentBits; member in class:clang::comments::Comment::BlockCommandCommentBitfields 149 enum { NumBlockCommandCommentBits = NumCommentBits + |
Completed in 46 milliseconds