Lines Matching defs:Class
10 // This file implements the actions class which performs semantic analysis and
159 // Create the built-in typedef for 'Class'.
160 DeclarationName Class = &Context.Idents.get("Class");
161 if (IdResolver.begin(Class) == IdResolver.end())
655 // scope without an initializer, and without a storage-class
656 // specifier or with the storage-class specifier static,
978 // out-of-line definitions of static class members.