Lines Matching full:c11
2033 // Modules always permit redefinition of typedefs, as does C11.
2034 if (getLangOpts().Modules || getLangOpts().C11)
2081 /// special semantics of C11's _Alignas specifier and C++11's alignas attribute.
2127 // C++11 [dcl.align]p6 and C11 6.7.5/7 both come close to saying this, but
2159 // C11 6.7.5/7:
2348 // C11 6.7.5/7:
3216 // and argument types. Per C11 6.2.7/4, only update the type if the old decl
3346 // C11 6.2.7p4:
3814 // C11 6.7.2.1p2:
4118 /// (C++ [class.union]) and a C11 feature; anonymous structures
4119 /// are a C11 feature and GNU C++ extension.
4127 if (Record->isUnion() && !getLangOpts().CPlusPlus && !getLangOpts().C11)
4131 else if (!Record->isUnion() && !getLangOpts().C11)
8574 // C11 6.7.4p4: In a hosted environment, no function specifier(s) shall