Lines Matching refs:AllocatorTraits
4597 if (Expr *E = D.AllocatorTraits)
20716 [](const UsesAllocatorsData &D) { return D.AllocatorTraits; }) &&
20760 if (IsPredefinedAllocator && D.AllocatorTraits) {
20761 Diag(D.AllocatorTraits->getExprLoc(),
20763 << D.AllocatorTraits->getSourceRange();
20772 if (!IsPredefinedAllocator && !D.AllocatorTraits) {
20778 if (!D.AllocatorTraits)
20787 if (D.AllocatorTraits) {
20788 if (D.AllocatorTraits->isTypeDependent()) {
20789 AllocatorTraitsExpr = D.AllocatorTraits;
20795 AllocatorTraitsExpr = D.AllocatorTraits->IgnoreParenImpCasts();
20807 Diag(D.AllocatorTraits->getExprLoc(),
20822 NewD.AllocatorTraits = AllocatorTraitsExpr;