HomeSort by: relevance | last modified time | path
    Searched refs:RHSExp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 5437 Expr *RHSExp = Idx;
5445 for (auto *Op : {LHSExp, RHSExp}) {
5459 ExprResult Result = DefaultFunctionArrayLvalueConversion(RHSExp);
5462 RHSExp = Result.get();
5464 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
5474 IndexExpr = RHSExp;
5478 IndexExpr = RHSExp;
5483 IndexExpr = RHSExp;
5494 BaseExpr = RHSExp;
5500 BaseExpr = RHSExp;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 4580 Expr *RHSExp = CEXPR->getRHS();
4581 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
RewriteObjC.cpp 3749 Expr *RHSExp = CEXPR->getRHS();
3750 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);

Completed in 67 milliseconds