Lines Matching defs:PtrLHS
1338 const DeclRefExpr *PtrLHS; // the LHS pointer expression in `PA`
1344 PtrLHS(Result.Nodes.getNodeAs<DeclRefExpr>(PointerAssignLHSTag)),
1365 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); }
1368 return DeclUseList{PtrLHS, PtrRHS};
1373 return std::make_pair(cast<VarDecl>(PtrLHS->getDecl()),
1387 const DeclRefExpr *PtrLHS; // the LHS pointer expression in `PA`
1393 PtrLHS(Result.Nodes.getNodeAs<DeclRefExpr>(PointerAssignLHSTag)),
1415 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); }
1418 return DeclUseList{PtrLHS, PtrRHS};
2195 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl());
2219 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl());