Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5638 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local
5659 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
5675 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5680 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5685 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5698 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5704 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5739 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5767 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy), in CreateBuiltinArraySubscriptExpr()
5771 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp632 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local
635 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3735 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4568 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
4569 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()