Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

1 //===--- SemaDeclSpec.cpp - Declaration Specifier Semantic Analysis -------===//
320 /// declaration specifier includes.
830 // Check the type specifier components first.
930 // If no type specifier was provided and we're parsing a language where
931 // the type specifier is not optional, but we got 'auto' as a storage
932 // class specifier, then assume this is an attempt to use C++0x's 'auto'
933 // type specifier.
943 // specifier in a pre-C++0x dialect of C++.
957 // No storage-class-specifier shall appear in the decl-specifier-seq
1003 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1015 default: llvm_unreachable("Unknown specifier!");
1023 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1025 default: llvm_unreachable("Unknown specifier");