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

References

tools/clang/lib/AST/VTableBuilder.cpp
 3289       if (P->ObjectWithVPtr == Base &&
 3292         P->ObjectWithVPtr = RD;
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1254                                       "vbptr." + VBT->ObjectWithVPtr->getName());
 1882         ->ObjectWithVPtr;
 2056       llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases());
 2080   const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr;