Home | History | Annotate | Download | only in aidl

Lines Matching defs:variable

67 struct Variable : public Expression
73 Variable();
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
76 virtual ~Variable();
100 Variable *variable;
104 Field(int modifiers, Variable* variable);
140 Variable* lvalue;
144 Assignment(Variable* lvalue, Expression* rvalue);
145 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
231 Variable* lvalue;
235 VariableDeclaration(Variable* lvalue);
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
273 Variable* exception;
275 CatchStatement(Variable* exception);
324 vector<Variable*> parameters;