Home | History | Annotate | Download | only in aidl

Lines Matching defs:variable

57 struct Variable : public Expression
63 Variable();
64 Variable(Type* type, const string& name);
65 Variable(Type* type, const string& name, int dimension);
66 virtual ~Variable();
90 Variable *variable;
94 Field(int modifiers, Variable* variable);
130 Variable* lvalue;
134 Assignment(Variable* lvalue, Expression* rvalue);
135 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
216 Variable* lvalue;
220 VariableDeclaration(Variable* lvalue);
221 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
258 Variable* exception;
260 CatchStatement(Variable* exception);
302 vector<Variable*> parameters;