Searched refs:LHSDecl (Results 1 – 2 of 2) sorted by relevance
94 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts()); in RunAnalysis() local95 if (!LHSDecl) in RunAnalysis()108 if (LHSDecl == RHSDecl) in RunAnalysis()122 const VarDecl *VD = dyn_cast<VarDecl>(LHSDecl); in RunAnalysis()
10697 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local10701 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()10703 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()10705 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()