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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4124 Expr *LHSExp = Base; local
4128 if (!LHSExp->getType()->getAs<VectorType>()) {
4129 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp);
4132 LHSExp = Result.get();
4139 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
4150 BaseExpr = LHSExp;
4154 BaseExpr = LHSExp;
4159 BaseExpr = LHSExp;
4172 IndexExpr = LHSExp;
4178 IndexExpr = LHSExp;
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp588 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
591 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3747 Expr *LHSExp = CEXPR->getLHS(); local
3748 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);
H A DRewriteModernObjC.cpp4644 Expr *LHSExp = CEXPR->getLHS(); local
4645 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);

Completed in 310 milliseconds