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

References

tools/clang/include/clang/AST/VTableBuilder.h
  254   AddressPointsMapTy AddressPoints;
  260                const AddressPointsMapTy &AddressPoints);
  276   const AddressPointsMapTy &getAddressPoints() const {
tools/clang/lib/AST/VTableBuilder.cpp
  780   typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy;
 2200                            const AddressPointsMapTy &AddressPoints)
 3562   const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap;
tools/clang/lib/CodeGen/CGVTT.cpp
   25                    VTableLayout::AddressPointsMapTy &AddressPoints) {
tools/clang/lib/CodeGen/CGVTables.h
   38   typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;