Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOptions

218     if (CGF.getContext().getLangOptions().ObjCAutoRefCount &&        
1218 if (Ctx.getLangOptions().getGC() == LangOptions::NonGC)
1435 if (getContext().getLangOptions().ObjC1 &&
1436 getContext().getLangOptions().getGC() != LangOptions::NonGC &&
1635 if (getLangOptions().isSignedOverflowDefined()) {
1670 if (getContext().getLangOptions().isSignedOverflowDefined())
1677 if (getContext().getLangOptions().isSignedOverflowDefined())
1696 if (getContext().getLangOptions().ObjC1 &&
1697 getContext().getLangOptions().getGC() != LangOptions::NonGC) {
2209 if (getContext().getLangOptions().ObjCAutoRefCount &&