Searched refs:GetProxy (Results 1 – 2 of 2) sorted by relevance
169 NewExpression* ne = new NewExpression(interfaceType->GetProxy()); in make_as_interface()529 new ProxyClass(types, interfaceType->GetProxy(), interfaceType); in generate_binder_interface_class()
400 const Type* GetProxy() const { return proxy_; } in GetProxy() function