Searched refs:getReceiverType (Results 1 – 4 of 4) sorted by relevance
692 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()725 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()810 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
699 QualType getReceiverType(const ASTContext &ctx) const;1209 QualType getReceiverType() const;
3725 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr3740 QualType T = getReceiverType(); in getReceiverInterface()3751 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr
2069 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()