Home | History | Annotate | Download | only in AST

Lines Matching refs:Out

223   else if (ArgLower == "[out]")
224 Direction = ParamCommandComment::Out;
225 else if (ArgLower == "[in,out]" || ArgLower == "[out,in]")
243 } else if (ArgLower == "[out]") {
244 Direction = ParamCommandComment::Out;
246 } else if (ArgLower == "[in,out]" || ArgLower == "[out,in]") {