Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h720 enum PassDirection { enum
726 static const char *getDirectionAsString(PassDirection D);
728 PassDirection getDirection() const LLVM_READONLY { in getDirection()
729 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()
736 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp187 const char *ParamCommandComment::getDirectionAsString(PassDirection D) { in getDirectionAsString()
H A DCommentSema.cpp245 (ParamCommandComment::PassDirection)Direction); in actOnParamCommandDirectionArg()
253 Command->setDirection((ParamCommandComment::PassDirection)Direction, in actOnParamCommandDirectionArg()