reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/VTableBuilder.cpp
 2510       MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(),
 2820       VBaseMap.find(WhichVFPtr.getVBaseWithVPtr());
 2826       Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr())
 2955         WhichVFPtr.getVBaseWithVPtr())
 3303       if (const CXXRecordDecl *VB = P->getVBaseWithVPtr())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  103       if (VBT->getVBaseWithVPtr())
  104         Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
 1248     if (VBT->getVBaseWithVPtr())
 1249       Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
 2104     if (VBT.getVBaseWithVPtr())
 2106           DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr());
 3713   if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr())