Home | History | Annotate | Download | only in AST

Lines Matching defs:Classes

120   /// any empty classes.
200 const ClassVectorTy& Classes = I->second;
201 if (std::find(Classes.begin(), Classes.end(), RD) == Classes.end())
216 ClassVectorTy& Classes = EmptyClassOffsets[Offset];
217 if (std::find(Classes.begin(), Classes.end(), RD) != Classes.end())
220 Classes.push_back(RD);
600 /// Bases - base classes and their offsets in the record.
603 // VBases - virtual base classes and their offsets in the record.
606 /// IndirectPrimaryBases - Virtual base classes, direct or indirect, that are
607 /// primary base classes for some other direct or indirect base class.
662 /// single class and all of its base classes.
785 // indirect bases, and record all their primary virtual base classes.
1032 // after any base classes.