Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h113 enum { NumBlockCommandCommentBits = NumCommentBits + 8 }; enumerator
118 unsigned : NumBlockCommandCommentBits;
126 enum { NumParamCommandCommentBits = NumBlockCommandCommentBits + 3 };