Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifiers

10 //  This file implements semantic analysis for declaration specifiers.
319 /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
453 // specifiers are not supported.
456 // these storage-class specifiers.
458 // specifiers are not supported."
835 // Sign specifiers are not allowed with vector bool. (PIM 2.1)
1007 if (Specifiers & VS) {
1012 Specifiers |= VS;