Lines Matching full:direction
217 ParamCommandComment::PassDirection Direction;
222 Direction = ParamCommandComment::In;
224 Direction = ParamCommandComment::Out;
226 Direction = ParamCommandComment::InOut;
241 Direction = ParamCommandComment::In;
244 Direction = ParamCommandComment::Out;
247 Direction = ParamCommandComment::InOut;
250 Direction = ParamCommandComment::In;
260 ParamCommandComment::getDirectionAsString(Direction));
265 Command->setDirection(Direction, /* Explicit = */ true);
276 // User didn't provide a direction argument.