Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOptions

1456   return (CGM.getLangOptions().NoConstantCFStrings == 0 ? 
1608 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC &&
1609 !CGM.getLangOptions().ObjCAutoRefCount)
1677 if (CGM.getLangOptions().ObjCGCBitmapPrint) {
3389 if (CGM.getLangOptions().getGCMode() != LangOptions::NonGC)
3391 if (CGM.getLangOptions().getGCMode() == LangOptions::GCOnly)
3607 if (!RD && CGM.getLangOptions().ObjCAutoRefCount) {
3902 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC &&
3903 !CGM.getLangOptions().ObjCAutoRefCount)
3909 if (CGM.getLangOptions().ObjCAutoRefCount) {
3941 if (CGM.getLangOptions().ObjCGCBitmapPrint) {
4697 if (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly) {
4713 if (CGM.getLangOptions().getGCMode() != LangOptions::NonGC) {
4767 if (CGM.getLangOptions().ObjCAutoRefCount)
6115 if (CGM.getLangOptions().getVisibilityMode() == HiddenVisibility)
6134 if (CGM.getLangOptions().ObjCNonFragileABI)