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.
719 enum PassDirection {
725 static const char *getDirectionAsString(PassDirection D);
727 PassDirection getDirection() const LLVM_READONLY {
728 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
735 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 207 ParamCommandComment::PassDirection Direction;
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 187 ParamCommandComment::PassDirection Direction,
    [all...]

Completed in 33 milliseconds