Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h112 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 }; enumerator
117 unsigned : NumHTMLTagCommentBits;
123 enum { NumHTMLStartTagCommentBits = NumHTMLTagCommentBits + 1 };