Lines Matching defs:ElemRef
300 assert(ElemRef.getParent() &&
305 return PreImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag);
306 return PostImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag);
1415 CFGBlock::ConstCFGElementRef ElemRef) {
1417 return create<CXXMemberCall>(MCE, State, LCtx, ElemRef);
1423 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef);
1425 return create<CXXStaticOperatorCall>(OpCE, State, LCtx, ElemRef);
1429 return create<BlockCall>(CE, State, LCtx, ElemRef);
1434 return create<SimpleFunctionCall>(CE, State, LCtx, ElemRef);
1442 CFGBlock::ConstCFGElementRef ElemRef = {CalleeCtx->getCallSiteBlock(),
1449 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef))
1459 ElemRef);
1462 CallerCtx, ElemRef);
1492 CallerCtx, ElemRef);
1497 CFGBlock::ConstCFGElementRef ElemRef) {
1499 return getSimpleCall(CE, State, LC, ElemRef);
1501 return getCXXAllocatorCall(NE, State, LC, ElemRef);
1503 return getCXXDeallocatorCall(DE, State, LC, ElemRef);
1505 return getObjCMethodCall(ME, State, LC, ElemRef);