Searched refs:VirtualRoot (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3336 const CXXRecordDecl *RD, *VirtualRoot; member in struct:__anon3841::MSRTTIClass
3345 VirtualRoot = nullptr;
3352 VirtualRoot = RD;
3357 VirtualRoot = Parent->VirtualRoot;
3544 if (Class.VirtualRoot) {
3546 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4;
4017 if (Class.VirtualRoot) {
4019 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4;

Completed in 121 milliseconds