Home | History | Annotate | Download | only in aidl

Lines Matching defs:ifs

158     IfStatement* ifs = new IfStatement();
159 ifs->expression = new MethodCall(new StringLiteralExpression(method->name.data), "equals",
161 StatementBlock* block = ifs->statements = new StatementBlock;
163 this->dispatchIfStatement = ifs;
166 this->dispatchIfStatement->elseif = ifs;
167 this->dispatchIfStatement = ifs;