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()1839 if (!IV->getSynthesize()) in IvarBacksCurrentMethodAccessor()
3893 << ivar->getNextIvar()->getSynthesize(); in DiagnoseVariableSizedIvars()
1979 bool getSynthesize() const { return Synthesized; } in getSynthesize() function
1687 if (IV->getSynthesize() && !IV->isInvalidDecl()) { in all_declared_ivar_begin()
966 attributeOnlyIfTrue("synthesized", D->getSynthesize()); in VisitObjCIvarDecl()
2217 if (D->getSynthesize()) in VisitObjCIvarDecl()
4036 D->getAccessControl(),ToBitWidth, D->getSynthesize())) in VisitObjCIvarDecl()
800 Record.push_back(D->getSynthesize()); in VisitObjCIvarDecl()
660 if (ivarD->getSynthesize()) in handleDeclForVisitation()