Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp253 Command->setDirection((ParamCommandComment::PassDirection)Direction, in actOnParamCommandDirectionArg()
266 Command->setDirection(ParamCommandComment::In, /* Explicit = */ false); in actOnParamCommandParamNameArg()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h754 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() function