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

/external/clang/include/clang/AST/
H A DComment.h78 enum { NumInlineContentCommentBits = NumCommentBits + 1 }; enumerator in enum:clang::comments::Comment::__anon17465
83 unsigned : NumInlineContentCommentBits; member in class:clang::comments::Comment::TextCommentBitfields
91 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
96 unsigned : NumInlineContentCommentBits; member in class:clang::comments::Comment::InlineCommandCommentBitfields
101 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 10 };
106 unsigned : NumInlineContentCommentBits; member in class:clang::comments::Comment::HTMLTagCommentBitfields
111 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };

Completed in 70 milliseconds