Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp185 ParamCommandComment::PassDirection Direction, in HasParamCommandAt()