Home | History | Annotate | Download | only in AST

Lines Matching refs:MTE

71     if (const MaterializeTemporaryExpr *MTE =
75 const Expr *Temp = MTE->GetTemporaryExpr();
2537 if (const MaterializeTemporaryExpr *MTE =
2539 assert(MTE->getStorageDuration() == SD_Static &&
2557 const ValueDecl *ED = MTE->getExtendingDecl();
2562 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here);
2566 BaseVal = Info.Ctx.getMaterializedTemporaryValue(MTE, false);