Searched defs:RHSDecl (Results 1 - 2 of 2) sorted by relevance

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

Completed in 206 milliseconds