Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2287 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis() local
2288 if (getterRedecl->isImplicit()) in DiagnoseOwningPropertyGetterSynthesis()
2290 if (getterRedecl->getDeclContext() != PD->getDeclContext()) in DiagnoseOwningPropertyGetterSynthesis()
2292 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2293 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()