Searched refs:MCall (Results 1 – 4 of 4) sorted by relevance
169 const auto *MCall = cast<ObjCMethodCall>(&Call); in isNonNullPtr() local170 const ObjCMethodDecl *MD = MCall->getDecl(); in isNonNullPtr()182 if (!MCall->isInstanceMessage()) in isNonNullPtr()186 SVal Receiver = MCall->getReceiverSVal(); in isNonNullPtr()
289 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc() local291 MCall->setTailCall(); in CreateMalloc()293 MCall->setCallingConv(F->getCallingConv()); in CreateMalloc()297 assert(!MCall->getType()->isVoidTy() && "Malloc has void return type"); in CreateMalloc()299 return MCall; in CreateMalloc()
817 if (const auto *MCall = dyn_cast<CXXMemberCallExpr>(Call)) in VisitCXXOperatorCallExpr() local818 handleCall(MCall, MCall->getImplicitObjectArgument(), FunDecl); in VisitCXXOperatorCallExpr()
656 } else if (const auto *MCall = dyn_cast<CXXMemberCall>(&CallOrMsg)) { in checkSummary() local657 if (SymbolRef Sym = MCall->getCXXThisVal().getAsLocSymbol()) { in checkSummary()662 ErrorRange = MCall->getOriginExpr()->getSourceRange(); in checkSummary()