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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h442 const CXXRecordDecl *getVBaseWithVPtr() const { function in struct:clang::VPtrInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp104 if (VBT->getVBaseWithVPtr())
105 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
1220 if (VBT->getVBaseWithVPtr())
1221 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
2016 if (VBT.getVBaseWithVPtr())
2018 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr());
3602 if (const CXXRecordDecl *VBase = Info->getVBaseWithVPtr())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2529 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(),
2846 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr());
2852 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr())
2981 WhichVFPtr.getVBaseWithVPtr())
3327 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr())

Completed in 209 milliseconds