Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h166 CommentBitfields CommentBits; member
201 CommentBits.Kind = K; in Comment()
205 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()