Searched defs:NumCommentBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h67 enum { NumCommentBits = 8 }; enumerator in enum:clang::comments::Comment::__anon15789
72 unsigned : NumCommentBits; member in class:clang::comments::Comment::InlineContentCommentBitfields
78 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
117 unsigned : NumCommentBits; member in class:clang::comments::Comment::ParagraphCommentBitfields
125 enum { NumParagraphCommentBits = NumCommentBits + 2 };
130 unsigned : NumCommentBits; member in class:clang::comments::Comment::BlockCommandCommentBitfields
138 enum { NumBlockCommandCommentBits = NumCommentBits + 9 };

Completed in 66 milliseconds