Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifiers

10 //  This file implements semantic analysis for declaration specifiers.
307 /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
427 // specifiers are not supported."
430 // these storage-class specifiers.
790 // Sign specifiers are not allowed with vector bool. (PIM 2.1)
969 if (Specifiers & VS) {
974 Specifiers |= VS;