Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h136 ParamCommandCommentBitfields ParamCommandCommentBits; member
695 ParamCommandCommentBits.Direction = In; in ParamCommandComment()
696 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
714 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()
718 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
722 ParamCommandCommentBits.Direction = Direction; in setDirection()
723 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()