Searched refs:TempExpr (Results 1 – 2 of 2) sorted by relevance
4917 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local4919 *cast<VarDecl>(cast<DeclRefExpr>(TempExpr)->getDecl())); in EmitOMPScanDirective()4920 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()4940 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local4942 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
270 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E)) in DiagnoseUnusedExprResult() local271 E = TempExpr->getSubExpr(); in DiagnoseUnusedExprResult()