Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifiers

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