Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOptions

1455   return (CGM.getLangOptions().NoConstantCFStrings == 0 ? 
1607 if (CGM.getLangOptions().getGC() == LangOptions::NonGC &&
1608 !CGM.getLangOptions().ObjCAutoRefCount)
1676 if (CGM.getLangOptions().ObjCGCBitmapPrint) {
3387 if (CGM.getLangOptions().getGC() != LangOptions::NonGC)
3389 if (CGM.getLangOptions().getGC() == LangOptions::GCOnly)
3599 if (!RD && CGM.getLangOptions().ObjCAutoRefCount) {
3893 if (CGM.getLangOptions().getGC() == LangOptions::NonGC &&
3894 !CGM.getLangOptions().ObjCAutoRefCount)
3899 if (CGM.getLangOptions().ObjCAutoRefCount) {
3931 if (CGM.getLangOptions().ObjCGCBitmapPrint) {
4659 if (CGM.getLangOptions().getGC() != LangOptions::GCOnly) {
4675 if (CGM.getLangOptions().getGC() != LangOptions::NonGC) {
4729 if (CGM.getLangOptions().ObjCAutoRefCount)
6078 if (CGM.getLangOptions().getVisibilityMode() == HiddenVisibility)
6097 if (CGM.getLangOptions().ObjCNonFragileABI)