Searched defs:AANoSyncImpl (Results 1 – 1 of 1) sorted by relevance
2173 struct AANoSyncImpl : AANoSync { struct2174 AANoSyncImpl(const IRPosition &IRP, Attributor &A) : AANoSync(IRP, A) {} in AANoSyncImpl() function2177 void initialize(Attributor &A) override { in initialize()2184 const std::string getAsStr(Attributor *A) const override { in getAsStr()