Searched refs:ParamCommandCommentBits (Results 1 – 1 of 1) sorted by relevance
174 ParamCommandCommentBitfields ParamCommandCommentBits; member712 ParamCommandCommentBits.Direction = In; in ParamCommandComment()713 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()729 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()733 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()737 ParamCommandCommentBits.Direction = Direction; in setDirection()738 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()