Searched refs:getSynthesize (Results 1 – 12 of 12) sorted by relevance
333 if (D->getSynthesize()) { in VisitObjCIvarDecl()568 if (IvarD->getSynthesize()) { in VisitObjCPropertyImplDecl()
344 return ivarD && !ivarD->getSynthesize(); in isUserDeclared()
347 if (IvarDecl->getSynthesize()) { in printIvar()
1589 if (Ivar && Ivar->getSynthesize() && in ActOnPropertyImplDecl()1838 if (!IV->getSynthesize()) in IvarBacksCurrentMethodAccessor()
3901 << ivar->getNextIvar()->getSynthesize(); in DiagnoseVariableSizedIvars()
1722 if (IV->getSynthesize() && !IV->isInvalidDecl()) { in all_declared_ivar_begin()
998 attributeOnlyIfTrue("synthesized", D->getSynthesize()); in VisitObjCIvarDecl()
2241 if (D->getSynthesize()) in VisitObjCIvarDecl()
4146 D->getAccessControl(),ToBitWidth, D->getSynthesize())) in VisitObjCIvarDecl()
1995 bool getSynthesize() const { return Synthesized; } in getSynthesize() function
813 Record.push_back(D->getSynthesize()); in VisitObjCIvarDecl()
660 if (ivarD->getSynthesize()) in handleDeclForVisitation()