Lines Matching refs:Direction
233 int Direction = getParamPassDirection(ArgLower);
235 if (Direction == -1) {
240 Direction = getParamPassDirection(ArgLower);
243 if (Direction != -1) {
245 (ParamCommandComment::PassDirection)Direction);
250 Direction = ParamCommandComment::In; // Sane fall back.
253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
265 // User didn't provide a direction argument.