Lines Matching refs:getLValue
1021 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer()
1024 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer()
1127 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor()
1226 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
2745 VInfo = std::make_pair(state->getLValue(FD, CXXThisVal), FD->getType()); in VisitCommonDeclRefExpr()
2750 VInfo = std::make_pair(state->getLValue(VD, LocCtxt), VD->getType()); in VisitCommonDeclRefExpr()
2788 SVal Base = state->getLValue(DD, LCtx); in VisitCommonDeclRefExpr()
2801 V = state->getLValue(Field, Base); in VisitCommonDeclRefExpr()
2812 V = state->getLValue(BD->getType(), Idx, Base); in VisitCommonDeclRefExpr()
2816 V = state->getLValue(HV, LCtx); in VisitCommonDeclRefExpr()
2917 SVal Obj = state->getLValue(cast<VarDecl>(ObjDeclExpr->getDecl()), LCtx); in VisitArrayInitLoopExpr()
2919 Base = state->getLValue(cast<FieldDecl>(ME->getMemberDecl()), Obj); in VisitArrayInitLoopExpr()
2935 Base = state->getLValue(cast<VarDecl>(DRE->getDecl()), LCtx); in VisitArrayInitLoopExpr()
2983 SVal V = state->getLValue(T, in VisitArraySubscriptExpr()
3045 SVal L = state->getLValue(field, baseExprVal); in VisitMemberExpr()