Home | History | Annotate | Download | only in Sema

Lines Matching full:c11

1780   // Modules always permit redefinition of typedefs, as does C11.
1781 if (getLangOpts().Modules || getLangOpts().C11)
1856 /// special semantics of C11's _Alignas specifier and C++11's alignas attribute.
1906 // C++11 [dcl.align]p6 and C11 6.7.5/7 both come close to saying this, but
1938 // C11 6.7.5/7:
2066 // C11 6.7.5/7:
3358 /// (C++ [class.union]) and a C11 feature; anonymous structures
3359 /// are a C11 feature and GNU C++ extension.
3366 if (Record->isUnion() && !getLangOpts().CPlusPlus && !getLangOpts().C11)
3370 else if (!Record->isUnion() && !getLangOpts().C11)
6857 // C11 6.7.4p4: In a hosted environment, no function specifier(s) shall