Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()