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::__anon17464
72 unsigned : NumCommentBits; member in class:clang::comments::Comment::InlineContentCommentBitfields
78 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
127 unsigned : NumCommentBits; member in class:clang::comments::Comment::ParagraphCommentBitfields
135 enum { NumParagraphCommentBits = NumCommentBits + 2 };
140 unsigned : NumCommentBits; member in class:clang::comments::Comment::BlockCommandCommentBitfields
148 enum { NumBlockCommandCommentBits = NumCommentBits + 9 };

Completed in 34 milliseconds