Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h166 CommentBitfields CommentBits; member
206 CommentBits.Kind = K; in Comment()
210 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()