Home | History | Annotate | Download | only in Sema

Lines Matching refs:C11

1792   // Modules always permit redefinition of typedefs, as does C11.
1793 if (getLangOpts().Modules || getLangOpts().C11)
1868 /// special semantics of C11's _Alignas specifier and C++11's alignas attribute.
1918 // C++11 [dcl.align]p6 and C11 6.7.5/7 both come close to saying this, but
1950 // C11 6.7.5/7:
2078 // C11 6.7.5/7:
3433 /// (C++ [class.union]) and a C11 feature; anonymous structures
3434 /// are a C11 feature and GNU C++ extension.
3441 if (Record->isUnion() && !getLangOpts().CPlusPlus && !getLangOpts().C11)
3445 else if (!Record->isUnion() && !getLangOpts().C11)
5725 // C11 6.2.7p4:
7517 // C11 6.7.4p4: In a hosted environment, no function specifier(s) shall