Searched refs:TempExpr (Results 1 – 2 of 2) sorted by relevance
5444 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local5446 *cast<VarDecl>(cast<DeclRefExpr>(TempExpr)->getDecl())); in EmitOMPScanDirective()5447 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()5467 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local5469 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
269 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E)) in DiagnoseUnusedExprResult() local270 E = TempExpr->getSubExpr(); in DiagnoseUnusedExprResult()