Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h166 CommentBitfields CommentBits; member
201 CommentBits.Kind = K; in Comment()
205 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()