Searched refs:ParamCommandCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParamCommandCommentBitfields ParamCommandCommentBits; member733 ParamCommandCommentBits.Direction = In; in ParamCommandComment()734 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()750 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()754 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()758 ParamCommandCommentBits.Direction = Direction; in setDirection()759 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()