Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp105 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts()); in RunAnalysis() local
108 if (LHSDecl == RHSDecl) in RunAnalysis()
/external/clang/lib/Sema/
DSemaExpr.cpp10699 const ValueDecl *RHSDecl = in DiagnoseSelfAssignment() local
10701 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()