Lines Matching defs:BaseInfo
7639 QualType T, LValueBaseInfo *BaseInfo, TBAAAccessInfo *TBAAInfo) {
7640 return getNaturalTypeAlignment(T->getPointeeType(), BaseInfo, TBAAInfo,
7645 LValueBaseInfo *BaseInfo,
7652 // that doesn't return the information we need to compute BaseInfo.
7659 if (BaseInfo)
7660 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType);
7676 // to set BaseInfo. So just ignore the possibility that the alignment is
7678 if (BaseInfo)
7679 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);
7683 if (BaseInfo)
7684 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);