Searched refs:LHSDecl (Results 1 – 3 of 3) sorted by relevance
1374 const ValueDecl *LHSDecl = getDeclFromExpr(InnerLHS); in isValidForIncRHSAssign() local1377 if (!LHSDecl || !RHSDecl) in isValidForIncRHSAssign()1381 if (LHSDecl->getCanonicalDecl() == in isValidForIncRHSAssign()
13892 const ValueDecl *LHSDecl = in CheckIdentityFieldAssignment() local13896 if (LHSDecl != RHSDecl) in CheckIdentityFieldAssignment()13898 if (LHSDecl->getType().isVolatileQualified()) in CheckIdentityFieldAssignment()13900 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in CheckIdentityFieldAssignment()14823 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local14827 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()14829 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()14831 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()
4812 const Decl *LHSDecl, *RHSDecl, *OtherDecl; in getOverflowPatternBinOp() local4814 LHSDecl = AddLHS->IgnoreParenImpCasts()->getReferencedDeclOfCallee(); in getOverflowPatternBinOp()4821 if (!LHSDecl && !RHSDecl) in getOverflowPatternBinOp()4824 if ((LHSDecl && LHSDecl == OtherDecl && LHSDecl != RHSDecl) || in getOverflowPatternBinOp()4825 (RHSDecl && RHSDecl == OtherDecl && RHSDecl != LHSDecl)) in getOverflowPatternBinOp()