HomeSort by relevance Sort by last modified time
    Searched refs:VBPtrSubobject (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 30 VBTableInfo(const CXXRecordDecl *ReusingBase, BaseSubobject VBPtrSubobject,
32 : ReusingBase(ReusingBase), VBPtrSubobject(VBPtrSubobject), GV(GV) { }
35 /// or may not be the same class as VBPtrSubobject.Base. A derived class will
40 BaseSubobject VBPtrSubobject;
MicrosoftVBTables.cpp 24 : VBInfo(VBInfo), NextBase(VBInfo.VBPtrSubobject.getBase()) { }
197 CGM.getContext().getASTRecordLayout(VBPtrSubobject.getBase());
216 Offset -= VBPtrSubobject.getBaseOffset() + VBPtrOffset;
MicrosoftCXXABI.cpp 395 CGM.getContext().getASTRecordLayout(I->VBPtrSubobject.getBase());
396 uint64_t Offs = (I->VBPtrSubobject.getBaseOffset() +
    [all...]

Completed in 101 milliseconds