Lines Matching refs:BaseInfo
237 LValueBaseInfo BaseInfo;
244 LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo) {
256 this->BaseInfo = BaseInfo;
268 LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo,
273 Initialize(Type, QS, Addr, BaseInfo, TBAAInfo);
346 LValueBaseInfo getBaseInfo() const { return BaseInfo; }
347 void setBaseInfo(LValueBaseInfo Info) { BaseInfo = Info; }
433 LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo) {
436 R.initializeSimpleLValue(Addr, type, BaseInfo, TBAAInfo, Context);
443 QualType type, LValueBaseInfo BaseInfo,
448 R.Initialize(type, type.getQualifiers(), vecAddress, BaseInfo, TBAAInfo);
453 QualType type, LValueBaseInfo BaseInfo,
458 R.Initialize(type, type.getQualifiers(), Addr, BaseInfo, TBAAInfo);
469 QualType type, LValueBaseInfo BaseInfo,
474 R.Initialize(type, type.getQualifiers(), Addr, BaseInfo, TBAAInfo);
489 QualType type, LValueBaseInfo BaseInfo,
494 R.Initialize(type, type.getQualifiers(), matAddress, BaseInfo, TBAAInfo);