Lines Matching refs:decl
272 Method* decl = new Method;
273 decl->comment = gather_comments(method->comments_token->extra);
274 decl->modifiers = PUBLIC;
275 decl->returnType = NAMES.Search(method->type.type.data);
276 decl->returnTypeDimension = method->type.dimension;
277 decl->name = method->name.data;
281 decl->parameters.push_back(new Variable(
287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
289 interface->elements.push_back(decl);
346 _result = new Variable(decl->returnType, "_result",
347 decl->returnTypeDimension);
358 generate_write_to_parcel(decl->returnType, c->statements, _result,