Lines Matching defs:MTE
2338 } else if (const auto *MTE =
2340 if (CheckedTemps.insert(MTE).second) {
2343 Info.FFDiag(MTE->getExprLoc(),
2349 APValue *V = MTE->getOrCreateValue(false);
2352 Info, MTE->getExprLoc(), TempType, *V, Kind,
4243 if (const MaterializeTemporaryExpr *MTE =
4245 assert(MTE->getStorageDuration() == SD_Static &&
4273 if (!MTE->isUsableInConstantExpressions(Info.Ctx) &&
4278 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here);
4282 BaseVal = MTE->getOrCreateValue(false);