Lines Matching refs:getGC
107 if ((S.getLangOpts().getGC() != LangOptions::NonGC && in deduceWeakPropertyFromType()
542 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl()
953 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1027 getLangOpts().getGC() == LangOptions::NonGC) { in ActOnPropertyImplDecl()
1104 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1113 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1760 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
1843 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2255 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2261 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2265 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2278 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()