Lines Matching refs:AV
508 AggValueSlot AV; variable
510 AV.Addr = addr.getPointer();
511 AV.Alignment = addr.getAlignment().getQuantity();
513 AV.Addr = nullptr;
514 AV.Alignment = 0;
516 AV.Quals = quals;
517 AV.DestructedFlag = isDestructed;
518 AV.ObjCGCFlag = needsGC;
519 AV.ZeroedFlag = isZeroed;
520 AV.AliasedFlag = isAliased;
521 return AV;