Lines Matching refs:getGC
133 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType()
586 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl()
1040 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1196 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1205 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1893 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
1978 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2415 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2421 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2425 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2438 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()