Lines Matching defs:AAUnderlyingObjectsImpl
11870 struct AAUnderlyingObjectsImpl
11873 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {}
11993 struct AAUnderlyingObjectsFloating final : AAUnderlyingObjectsImpl {
11995 : AAUnderlyingObjectsImpl(IRP, A) {}
11998 struct AAUnderlyingObjectsArgument final : AAUnderlyingObjectsImpl {
12000 : AAUnderlyingObjectsImpl(IRP, A) {}
12003 struct AAUnderlyingObjectsCallSite final : AAUnderlyingObjectsImpl {
12005 : AAUnderlyingObjectsImpl(IRP, A) {}
12008 struct AAUnderlyingObjectsCallSiteArgument final : AAUnderlyingObjectsImpl {
12010 : AAUnderlyingObjectsImpl(IRP, A) {}
12013 struct AAUnderlyingObjectsReturned final : AAUnderlyingObjectsImpl {
12015 : AAUnderlyingObjectsImpl(IRP, A) {}
12018 struct AAUnderlyingObjectsCallSiteReturned final : AAUnderlyingObjectsImpl {
12020 : AAUnderlyingObjectsImpl(IRP, A) {}
12023 struct AAUnderlyingObjectsFunction final : AAUnderlyingObjectsImpl {
12025 : AAUnderlyingObjectsImpl(IRP, A) {}