Home
last modified time | relevance | path

Searched refs:NumInlineContentCommentBits (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DComment.h78 enum { NumInlineContentCommentBits = NumCommentBits + 1 }; enumerator
83 unsigned : NumInlineContentCommentBits;
91 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
96 unsigned : NumInlineContentCommentBits;
101 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 2 +
107 unsigned : NumInlineContentCommentBits;
112 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };