Home | History | Annotate | Download | only in AST

Lines Matching defs:Classes

166   /// any empty classes.
241 const ClassVectorTy &Classes = I->second;
242 if (std::find(Classes.begin(), Classes.end(), RD) == Classes.end())
257 ClassVectorTy &Classes = EmptyClassOffsets[Offset];
258 if (std::find(Classes.begin(), Classes.end(), RD) != Classes.end())
261 Classes.push_back(RD);
637 /// Bases - base classes and their offsets in the record.
640 // VBases - virtual base classes and their offsets in the record.
643 /// IndirectPrimaryBases - Virtual base classes, direct or indirect, that are
644 /// primary base classes for some other direct or indirect base class.
704 /// single class and all of its base classes.
823 // indirect bases, and record all their primary virtual base classes.
2296 /// \brief Base classes and their offsets in the record.
2298 /// \brief virtual base classes and their offsets in the record.
2887 // Compute a set of base classes which define methods we override. A virtual
2970 // tail-padding of base classes. This is ABI-dependent.