Home
last modified time | relevance | path

Searched refs:getterRedecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2061 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis() local
2062 if (getterRedecl->isImplicit()) in DiagnoseOwningPropertyGetterSynthesis()
2064 if (getterRedecl->getDeclContext() != PD->getDeclContext()) in DiagnoseOwningPropertyGetterSynthesis()
2066 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2067 fixItLoc = getterRedecl->getLocEnd(); in DiagnoseOwningPropertyGetterSynthesis()