Lines Matching defs:MTE
2471 } else if (const auto *MTE =
2473 if (CheckedTemps.insert(MTE).second) {
2476 Info.FFDiag(MTE->getExprLoc(),
2482 APValue *V = MTE->getOrCreateValue(false);
2485 Info, MTE->getExprLoc(), TempType, *V, Kind,
4472 if (const MaterializeTemporaryExpr *MTE =
4474 assert(MTE->getStorageDuration() == SD_Static &&
4502 if (!MTE->isUsableInConstantExpressions(Info.Ctx) &&
4507 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here);
4511 BaseVal = MTE->getOrCreateValue(false);