Home | History | Annotate | Download | only in Checkers

Lines Matching defs:LVal

291     SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
292 Optional<Loc> LValLoc = LVal.getAs<Loc>();
956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal);
957 Optional<Loc> LValLoc = LVal.getAs<Loc>();