Home
last modified time | relevance | path

Searched refs:LHSDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp94 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts()); in RunAnalysis() local
95 if (!LHSDecl) in RunAnalysis()
108 if (LHSDecl == RHSDecl) in RunAnalysis()
122 const VarDecl *VD = dyn_cast<VarDecl>(LHSDecl); in RunAnalysis()
/external/clang/lib/Sema/
DSemaExpr.cpp10697 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local
10701 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()
10703 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()
10705 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()