Lines Matching full:c11
1119 // C11 features
1120 .Case("c_alignas", LangOpts.C11)
1121 .Case("c_alignof", LangOpts.C11)
1122 .Case("c_atomic", LangOpts.C11)
1123 .Case("c_generic_selections", LangOpts.C11)
1124 .Case("c_static_assert", LangOpts.C11)
1126 LangOpts.C11 && PP.getTargetInfo().isTLSSupported())
1239 // C11 features supported by other languages as extensions.