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

/external/clang/include/clang/AST/
H A DComment.h172 ParamCommandCommentBitfields ParamCommandCommentBits; member in union:clang::comments::Comment::__anon17473
733 ParamCommandCommentBits.Direction = In;
734 ParamCommandCommentBits.IsDirectionExplicit = false;
750 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
754 return ParamCommandCommentBits.IsDirectionExplicit;
758 ParamCommandCommentBits.Direction = Direction;
759 ParamCommandCommentBits.IsDirectionExplicit = Explicit;

Completed in 1087 milliseconds