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::__anon1154
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 79 milliseconds