Lines Matching refs:getLangOptions
81 if (getLangOptions().ObjCAutoRefCount) {
192 if (getLangOptions().ObjCAutoRefCount && ME->isDelegateInitCall()) {
234 if (!getLangOptions().C99 && !getLangOptions().CPlusPlus) {
975 if (!getLangOptions().CPlusPlus) {
1053 if (getLangOptions().ObjCAutoRefCount) {
1173 if (SemaRef.getLangOptions().ObjCAutoRefCount &&
1776 !(getLangOptions().CPlusPlus &&
1816 if (getLangOptions().CPlusPlus && FnRetType->isRecordType() &&
1875 !getLangOptions().CPlusPlus) {
1900 if (getLangOptions().C99) DiagID = diag::ext_return_missing_expr;
1954 if (getLangOptions().CPlusPlus && FnRetType->isRecordType() &&
1980 if (!S.getLangOptions().HeinousExtensions)
2258 if (!getLangOptions().ObjCExceptions)
2295 if (!getLangOptions().ObjCExceptions)
2395 if (!getLangOptions().CXXExceptions &&