Searched refs:ivarD (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); local
114 if (!ivarD || ivarD->isInvalidDecl())
124 I->IvarD = ivarD;
344 bool isUserDeclared(ObjCIvarDecl *ivarD) const {
345 return ivarD && !ivarD->getSynthesize();

Completed in 101 milliseconds