Searched refs:TempExpr (Results 1 – 3 of 3) sorted by relevance
4495 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local4497 *cast<VarDecl>(cast<DeclRefExpr>(TempExpr)->getDecl())); in EmitOMPScanDirective()4498 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()4518 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local4520 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
237 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E)) in DiagnoseUnusedExprResult() local238 E = TempExpr->getSubExpr(); in DiagnoseUnusedExprResult()
269 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E)) in DiagnoseUnusedExprResult() local270 E = TempExpr->getSubExpr(); in DiagnoseUnusedExprResult()