Searched refs:VirtualRoot (Results 1 – 2 of 2) sorted by relevance
654 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local656 (DT.DomTreeNodes[From] = VirtualRoot->addChild( in InsertEdge()657 llvm::make_unique<DomTreeNodeBase<NodeT>>(From, VirtualRoot))) in InsertEdge()
3411 const CXXRecordDecl *RD, *VirtualRoot; member3420 VirtualRoot = nullptr; in initialize()3427 VirtualRoot = RD; in initialize()3432 VirtualRoot = Parent->VirtualRoot; in initialize()3621 if (Class.VirtualRoot) { in getBaseClassDescriptor()3623 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()4105 if (Class.VirtualRoot) { in getCatchableTypeArray()4107 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()