Searched refs:getterRedecl (Results 1 – 1 of 1) sorted by relevance
2282 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis() local2283 if (getterRedecl->isImplicit()) in DiagnoseOwningPropertyGetterSynthesis()2285 if (getterRedecl->getDeclContext() != PD->getDeclContext()) in DiagnoseOwningPropertyGetterSynthesis()2287 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()2288 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()