Searched refs:getReceiverType (Results 1 – 7 of 7) sorted by relevance
107 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr313 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr328 QualType T = getReceiverType(); in getReceiverInterface()
725 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()758 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()833 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
11157 E->getReceiverType(), in TransformObjCMessageExpr()
704 QualType getReceiverType(const ASTContext &ctx) const;1212 QualType getReceiverType() const;
655 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
1518 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()
2457 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()