Searched refs:getterRedecl (Results 1 – 1 of 1) sorted by relevance
2000 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis() local2001 if (getterRedecl->isImplicit()) in DiagnoseOwningPropertyGetterSynthesis()2003 if (getterRedecl->getDeclContext() != PD->getDeclContext()) in DiagnoseOwningPropertyGetterSynthesis()2005 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()2006 fixItLoc = getterRedecl->getLocEnd(); in DiagnoseOwningPropertyGetterSynthesis()