Searched defs:PassDirection (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h155 /// Parameter passing direction, see ParamCommandComment::PassDirection.
741 enum PassDirection { enum
747 static const char *getDirectionAsString(PassDirection D);
749 PassDirection getDirection() const LLVM_READONLY {
750 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
757 void setDirection(PassDirection Direction, bool Explicit) {

Completed in 83 milliseconds