Lines Matching refs:AAUnderlyingObjectsImpl
11881 struct AAUnderlyingObjectsImpl struct
11884 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {} in AAUnderlyingObjectsImpl() argument
12004 struct AAUnderlyingObjectsFloating final : AAUnderlyingObjectsImpl {
12006 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsFloating()
12009 struct AAUnderlyingObjectsArgument final : AAUnderlyingObjectsImpl {
12011 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsArgument()
12014 struct AAUnderlyingObjectsCallSite final : AAUnderlyingObjectsImpl {
12016 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSite()
12019 struct AAUnderlyingObjectsCallSiteArgument final : AAUnderlyingObjectsImpl {
12021 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSiteArgument()
12024 struct AAUnderlyingObjectsReturned final : AAUnderlyingObjectsImpl {
12026 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsReturned()
12029 struct AAUnderlyingObjectsCallSiteReturned final : AAUnderlyingObjectsImpl {
12031 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSiteReturned()
12034 struct AAUnderlyingObjectsFunction final : AAUnderlyingObjectsImpl {
12036 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsFunction()