Lines Matching defs:BaseInfo
7757 QualType T, LValueBaseInfo *BaseInfo, TBAAAccessInfo *TBAAInfo) {
7758 return getNaturalTypeAlignment(T->getPointeeType(), BaseInfo, TBAAInfo,
7763 LValueBaseInfo *BaseInfo,
7770 // that doesn't return the information we need to compute BaseInfo.
7777 if (BaseInfo)
7778 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType);
7794 // to set BaseInfo. So just ignore the possibility that the alignment is
7796 if (BaseInfo)
7797 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);
7801 if (BaseInfo)
7802 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);