Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h66 enum { NumCommentBits = 8 }; enumerator
71 unsigned : NumCommentBits;
77 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
128 unsigned : NumCommentBits;
136 enum { NumParagraphCommentBits = NumCommentBits + 2 };
141 unsigned : NumCommentBits;
149 enum { NumBlockCommandCommentBits = NumCommentBits +