Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2286 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis() local
2287 if (getterRedecl->isImplicit()) in DiagnoseOwningPropertyGetterSynthesis()
2289 if (getterRedecl->getDeclContext() != PD->getDeclContext()) in DiagnoseOwningPropertyGetterSynthesis()
2291 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2292 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()