Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp96 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts()); in RunAnalysis() local
97 if (!LHSDecl) in RunAnalysis()
110 if (LHSDecl == RHSDecl) in RunAnalysis()
124 const VarDecl *VD = dyn_cast<VarDecl>(LHSDecl); in RunAnalysis()
/external/clang/lib/Sema/
DSemaExpr.cpp10181 const ValueDecl *LHSDecl = in DiagnoseSelfAssignment() local
10185 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()
10187 if (LHSDecl->getType().isVolatileQualified()) in DiagnoseSelfAssignment()
10189 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) in DiagnoseSelfAssignment()