Searched refs:LHSDecl (Results 1 – 2 of 2) sorted by relevance
96 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts()); in RunAnalysis() local97 if (!LHSDecl) in RunAnalysis()110 if (LHSDecl == RHSDecl) in RunAnalysis()124 const VarDecl *VD = dyn_cast<VarDecl>(LHSDecl); in RunAnalysis()
8812 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local8816 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()8818 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()8820 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()