2016-06-23 29 views

回答

0

如果你有一个ObjCPropertyRefExpr *expr,你可以做到这一点

expr->getReceiverType(*Context).getAsString(); 

其中ContextASTContext

相关问题