Searched refs:AANoSyncImpl (Results 1 – 1 of 1) sorted by relevance
2346 struct AANoSyncImpl : AANoSync { struct2347 AANoSyncImpl(const IRPosition &IRP, Attributor &A) : AANoSync(IRP, A) {} in AANoSyncImpl() function2357 ChangeStatus AANoSyncImpl::updateImpl(Attributor &A) { in updateImpl()2383 struct AANoSyncFunction final : public AANoSyncImpl {2385 : AANoSyncImpl(IRP, A) {} in AANoSyncFunction()2392 struct AANoSyncCallSite final : AANoSyncImpl {2394 : AANoSyncImpl(IRP, A) {} in AANoSyncCallSite()2398 AANoSyncImpl::initialize(A); in initialize()