Lines Matching refs:getLangOpts
133 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType()
328 Context.getLangOpts(), in LocPropertyAttribute()
584 isAssign = (!getLangOpts().ObjCAutoRefCount || in CreatePropertyDecl()
590 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl()
726 S.getLangOpts().ObjCAutoRefCount) || in checkARCPropertyImpl()
1042 if (getLangOpts().ObjCAutoRefCount && in ActOnPropertyImplDecl()
1055 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1056 assert(!getLangOpts().ObjCAutoRefCount); in ActOnPropertyImplDecl()
1068 if (!getLangOpts().ObjCWeak) { in ActOnPropertyImplDecl()
1072 getLangOpts().ObjCWeakRuntime in ActOnPropertyImplDecl()
1117 if ((getLangOpts().ObjCAutoRefCount || isARCWeak) && in ActOnPropertyImplDecl()
1155 if (getLangOpts().ObjCRuntime.isFragile()) in ActOnPropertyImplDecl()
1160 } else if (getLangOpts().ObjCRuntime.isNonFragile() && in ActOnPropertyImplDecl()
1211 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1220 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1226 if (getLangOpts().ObjCAutoRefCount || isARCWeak || in ActOnPropertyImplDecl()
1247 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1286 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()
1301 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1364 if (getLangOpts().ObjCDefaultSynthProperties && in ActOnPropertyImplDecl()
1365 getLangOpts().ObjCRuntime.isNonFragile() && in ActOnPropertyImplDecl()
1945 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
2038 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2052 if (getLangOpts().ObjCAutoRefCount) in DiagnoseOwningPropertyGetterSynthesis()
2251 if (getLangOpts().ObjCAutoRefCount) in ProcessPropertyDecl()
2318 if (getLangOpts().ObjCAutoRefCount) in ProcessPropertyDecl()
2409 if (getLangOpts().ObjCAutoRefCount && in CheckObjCPropertyAttributes()
2433 if (getLangOpts().ObjCAutoRefCount && in CheckObjCPropertyAttributes()
2490 } else if (getLangOpts().ObjCAutoRefCount) { in CheckObjCPropertyAttributes()
2500 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2506 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2510 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2523 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()