Searched refs:PassDirection (Results 1 - 4 of 4) 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) {
/external/clang/lib/AST/
H A DComment.cpp117 const char *ParamCommandComment::getDirectionAsString(PassDirection D) {
126 llvm_unreachable("unknown PassDirection");
H A DCommentSema.cpp218 /// \brief Turn a string into the corresponding PassDirection or -1 if it's not
245 (ParamCommandComment::PassDirection)Direction);
253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
/external/clang/unittests/AST/
H A DCommentParser.cpp187 ParamCommandComment::PassDirection Direction,

Completed in 111 milliseconds