Lines Matching defs:PtrRHS
1339 const DeclRefExpr *PtrRHS; // the RHS pointer expression in `PA`
1345 PtrRHS(Result.Nodes.getNodeAs<DeclRefExpr>(PointerAssignRHSTag)) {}
1368 return DeclUseList{PtrLHS, PtrRHS};
1374 cast<VarDecl>(PtrRHS->getDecl()));
1388 const DeclRefExpr *PtrRHS; // the RHS pointer expression in `PA`
1394 PtrRHS(Result.Nodes.getNodeAs<DeclRefExpr>(PointerAssignRHSTag)) {}
1418 return DeclUseList{PtrLHS, PtrRHS};
2196 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl());
2220 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl());
2243 return createDataFixit(RightVD->getASTContext(), PtrRHS);