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()
10181 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local10185 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()10187 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()10189 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()