Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h174 ParamCommandCommentBitfields ParamCommandCommentBits; member
729 ParamCommandCommentBits.Direction = In; in ParamCommandComment()
730 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
746 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()
750 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
754 ParamCommandCommentBits.Direction = Direction; in setDirection()
755 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()