Searched defs:VariableDeclaration (Results 1 – 2 of 2) sorted by relevance
| /system/tools/aidl/ | ||
| D | ast_java.h | 220 struct VariableDeclaration : public Statement { struct |
| D | ast_java.cpp | 244 VariableDeclaration::VariableDeclaration(std::shared_ptr<Variable> l, std::shared_ptr<Expression> r) in VariableDeclaration() function in android::aidl::java::VariableDeclaration |