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 145 /// Parameter passing direction, see ParamCommandComment::PassDirection.
722 enum PassDirection {
728 static const char *getDirectionAsString(PassDirection D);
730 PassDirection getDirection() const LLVM_READONLY {
731 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
738 void setDirection(PassDirection Direction, bool Explicit) {
  /external/clang/lib/AST/
Comment.cpp 116 const char *ParamCommandComment::getDirectionAsString(PassDirection D) {
125 llvm_unreachable("unknown PassDirection");
CommentSema.cpp 217 ParamCommandComment::PassDirection Direction;
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 187 ParamCommandComment::PassDirection Direction,
    [all...]

Completed in 268 milliseconds