Home | History | Annotate | Download | only in Sema

Lines Matching full:specifier

1 //===--- SemaDeclSpec.cpp - Declaration Specifier Semantic Analysis -------===//
360 /// declaration specifier includes.
934 // Check the type specifier components first.
1106 // Discard the thread storage class specifier to recover.
1112 // If no type specifier was provided and we're parsing a language where
1113 // the type specifier is not optional, but we got 'auto' as a storage
1114 // class specifier, then assume this is an attempt to use C++0x's 'auto'
1115 // type specifier.
1124 // specifier in a pre-C++11 dialect of C++.
1138 // No storage-class-specifier shall appear in the decl-specifier-seq
1166 // The virtual specifier shall be used only in the initial
1169 // The explicit specifier shall be used only in the declaration of
1222 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1237 default: llvm_unreachable("Unknown specifier!");
1246 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1248 default: llvm_unreachable("Unknown specifier");