Lines Matching defs:Class
11 // The class in this file generates structures that follow the Microsoft
30 class MicrosoftCXXABI : public CGCXXABI {
77 // Base -> no name, just ~Class
143 // MSVC seems to only use cookies when the class has a destructor; a
293 /// doesn't have a vbptr, it will reuse the vbptr of the returned class.
350 const CXXRecordDecl *Class = Ctor->getParent();
351 if (Class->getNumVBases()) {
362 "ctor for a class with virtual bases must have an implicit parameter");
543 // At this layer, we can key the cache off of a single class, which is much
749 // Single inheritance class member pointer are represented as scalars instead
766 // The rest of the fields are adjusted by conversions to a more derived class.