Searched refs:RecE (Results 1 – 4 of 4) sorted by relevance
323 const Expr *RecE = MsgE->getInstanceReceiver(); in getObjectTypeForAllocAndNew() local324 if (!RecE) in getObjectTypeForAllocAndNew()327 RecE= RecE->IgnoreParenImpCasts(); in getObjectTypeForAllocAndNew()328 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) { in getObjectTypeForAllocAndNew()
169 if (auto *RecE = dyn_cast<ObjCMessageExpr>( in VisitObjCMessageExpr() local171 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
717 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver()) in getReceiverSVal() local718 return getSVal(RecE); in getReceiverSVal()
1488 if (auto *RecE = dyn_cast<ObjCMessageExpr>( in clang_Cursor_isDynamicCall() local1490 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()