Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

1 //===--- SemaDeclSpec.cpp - Declaration Specifier Semantic Analysis -------===//
329 /// declaration specifier includes.
855 // Check the type specifier components first.
1010 // Discard the thread storage class specifier to recover.
1016 // If no type specifier was provided and we're parsing a language where
1017 // the type specifier is not optional, but we got 'auto' as a storage
1018 // class specifier, then assume this is an attempt to use C++0x's 'auto'
1019 // type specifier.
1028 // specifier in a pre-C++11 dialect of C++.
1042 // No storage-class-specifier shall appear in the decl-specifier-seq
1099 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1111 default: llvm_unreachable("Unknown specifier!");
1119 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1121 default: llvm_unreachable("Unknown specifier");