Home | History | Annotate | Download | only in AST

Lines Matching defs:Direction

82   ParamCommandComment::PassDirection Direction;
87 Direction = ParamCommandComment::In;
89 Direction = ParamCommandComment::Out;
91 Direction = ParamCommandComment::InOut;
106 Direction = ParamCommandComment::In;
109 Direction = ParamCommandComment::Out;
112 Direction = ParamCommandComment::InOut;
115 Direction = ParamCommandComment::In;
125 ParamCommandComment::getDirectionAsString(Direction));
130 Command->setDirection(Direction, /* Explicit = */ true);
141 // User didn't provide a direction argument.