Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h138 enum { NumBlockCommandCommentBits = NumCommentBits + 9 }; enumerator
143 unsigned : NumBlockCommandCommentBits;
151 enum { NumParamCommandCommentBits = NumBlockCommandCommentBits + 3 };