Searched refs:CommentBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h166 CommentBitfields CommentBits; member in union:clang::comments::Comment::__anon564
201 CommentBits.Kind = K;
205 return static_cast<CommentKind>(CommentBits.Kind);

Completed in 81 milliseconds