Lines Matching full:specifier
1 //===--- DeclSpec.cpp - Declaration Specifier Semantic Analysis -----------===//
357 /// declaration specifier includes.
930 // Check the type specifier components first.
1110 // Discard the thread storage class specifier to recover.
1116 // If no type specifier was provided and we're parsing a language where
1117 // the type specifier is not optional, but we got 'auto' as a storage
1118 // class specifier, then assume this is an attempt to use C++0x's 'auto'
1119 // type specifier.
1128 // specifier in a pre-C++11 dialect of C++.
1142 // No storage-class-specifier shall appear in the decl-specifier-seq
1170 // The virtual specifier shall be used only in the initial
1173 // The explicit specifier shall be used only in the declaration of
1226 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1241 default: llvm_unreachable("Unknown specifier!");
1250 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1252 default: llvm_unreachable("Unknown specifier");