HomeSort by relevance Sort by last modified time
    Searched refs:PassDirection (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Comment.h 155 /// Parameter passing direction, see ParamCommandComment::PassDirection.
741 enum PassDirection {
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/
Comment.cpp 117 const char *ParamCommandComment::getDirectionAsString(PassDirection D) {
126 llvm_unreachable("unknown PassDirection");
CommentSema.cpp 218 /// \brief Turn a string into the corresponding PassDirection or -1 if it's not
245 (ParamCommandComment::PassDirection)Direction);
253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 187 ParamCommandComment::PassDirection Direction,
    [all...]

Completed in 190 milliseconds