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

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

Completed in 118 milliseconds