Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h67 enum { NumCommentBits = 8 }; enumerator
72 unsigned : NumCommentBits;
78 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
128 unsigned : NumCommentBits;
136 enum { NumParagraphCommentBits = NumCommentBits + 2 };
141 unsigned : NumCommentBits;
149 enum { NumBlockCommandCommentBits = NumCommentBits +