Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOpts

1445   if (getContext().getLangOpts().AppleKext)
1642 if (CGM.getLangOpts().AppleKext)
1767 if (CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) && AS == 0 &&
1795 if (!CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) || AS != 0)
1918 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics &&
2134 if (CGM.getLangOpts().AppleKext) {
2597 if (!Context.getLangOpts().RTTI) return false;
2835 if (!CGM.getLangOpts().RTTI) {
3835 assert(CGF.CGM.getLangOpts().CPlusPlus);