Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h174 ParamCommandCommentBitfields ParamCommandCommentBits; member
730 ParamCommandCommentBits.Direction = In; in ParamCommandComment()
731 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
747 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()
751 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
755 ParamCommandCommentBits.Direction = Direction; in setDirection()
756 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()