Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifiers

10 //  This file implements semantic analysis for declaration specifiers.
328 /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
474 // specifiers are not supported.
477 // these storage-class specifiers.
479 // specifiers are not supported."
857 // If decltype(auto) is used, no other type specifiers are permitted.
893 // Sign specifiers are not allowed with vector bool. (PIM 2.1)
990 // specifiers. We also allow __private_extern__ as an extension.
1103 if (Specifiers & VS) {
1108 Specifiers |= VS;