Lines Matching defs:AAUnderlyingObjectsImpl
11899 struct AAUnderlyingObjectsImpl
11902 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {}
12046 struct AAUnderlyingObjectsFloating final : AAUnderlyingObjectsImpl {
12048 : AAUnderlyingObjectsImpl(IRP, A) {}
12051 struct AAUnderlyingObjectsArgument final : AAUnderlyingObjectsImpl {
12053 : AAUnderlyingObjectsImpl(IRP, A) {}
12056 struct AAUnderlyingObjectsCallSite final : AAUnderlyingObjectsImpl {
12058 : AAUnderlyingObjectsImpl(IRP, A) {}
12061 struct AAUnderlyingObjectsCallSiteArgument final : AAUnderlyingObjectsImpl {
12063 : AAUnderlyingObjectsImpl(IRP, A) {}
12066 struct AAUnderlyingObjectsReturned final : AAUnderlyingObjectsImpl {
12068 : AAUnderlyingObjectsImpl(IRP, A) {}
12071 struct AAUnderlyingObjectsCallSiteReturned final : AAUnderlyingObjectsImpl {
12073 : AAUnderlyingObjectsImpl(IRP, A) {}
12076 struct AAUnderlyingObjectsFunction final : AAUnderlyingObjectsImpl {
12078 : AAUnderlyingObjectsImpl(IRP, A) {}