Searched refs:LHSExp (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp3812 Expr *LHSExp = Base; local
3816 if (!LHSExp->getType()->getAs<VectorType>()) {
3817 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp);
3820 LHSExp = Result.get();
3827 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
3838 BaseExpr = LHSExp;
3842 BaseExpr = LHSExp;
3847 BaseExpr = LHSExp;
3860 IndexExpr = LHSExp;
3866 IndexExpr = LHSExp;
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1182 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
1185 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4694 Expr *LHSExp = CEXPR->getLHS(); local
4695 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);
H A DRewriteObjC.cpp3778 Expr *LHSExp = CEXPR->getLHS(); local
3779 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);

Completed in 222 milliseconds