Searched refs:TempExpr (Results 1 – 2 of 2) sorted by relevance
5535 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local5537 *cast<VarDecl>(cast<DeclRefExpr>(TempExpr)->getDecl())); in EmitOMPScanDirective()5538 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()5558 const Expr *TempExpr = CopyArrayTemps[I]; in EmitOMPScanDirective() local5560 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
275 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E)) in DiagnoseUnusedExprResult() local276 E = TempExpr->getSubExpr(); in DiagnoseUnusedExprResult()