Searched defs:Variable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.cpp63 Field::Field(int m, Variable* v)
129 Variable::Variable() function in class:Variable
136 Variable::Variable(Type* t, const string& n) function in class:Variable
143 Variable::Variable(Type* t, const string& n, int d) function in class:Variable
150 Variable::~Variable()
155 Variable
[all...]
H A DAST.h67 struct Variable : public Expression struct in inherits: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* lvalu
[all...]

Completed in 58 milliseconds