Searched refs:ParamCommandCommentBits (Results 1 – 1 of 1) sorted by relevance
161 ParamCommandCommentBitfields ParamCommandCommentBits; member714 ParamCommandCommentBits.Direction = In; in ParamCommandComment()715 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()731 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()735 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()739 ParamCommandCommentBits.Direction = Direction; in setDirection()740 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()