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

/external/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp96 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts()); local
97 if (!LHSDecl)
110 if (LHSDecl == RHSDecl)
124 const VarDecl *VD = dyn_cast<VarDecl>(LHSDecl);
/external/clang/lib/Sema/
H A DSemaExpr.cpp9245 const ValueDecl *LHSDecl = local
9249 if (LHSDecl != RHSDecl)
9251 if (LHSDecl->getType().isVolatileQualified())
9253 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>())

Completed in 2442 milliseconds