Home
last modified time | relevance | path

Searched refs:setDirection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp255 Command->setDirection((ParamCommandComment::PassDirection)Direction, in actOnParamCommandDirectionArg()
268 Command->setDirection(ParamCommandComment::In, /* Explicit = */ false); in actOnParamCommandParamNameArg()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h753 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() function