Lines Matching refs:CallEventRef
319 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> { in computeObjectUnderConstruction()
348 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
356 CallEventRef<> Caller = in computeObjectUnderConstruction()
363 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in computeObjectUnderConstruction()
677 CallEventRef<> Call = in handleConstructor()
678 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
680 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
847 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
877 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
970 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
1071 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()