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 157 /// Parameter passing direction, see ParamCommandComment::PassDirection.
743 enum PassDirection {
749 static const char *getDirectionAsString(PassDirection D);
751 PassDirection getDirection() const LLVM_READONLY {
752 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
759 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 382 milliseconds