Home | History | Annotate | Download | only in AST

Lines Matching refs:AddressPoints

830   /// AddressPoints - Address points for the vtable being built.
831 AddressPointsMapTy AddressPoints;
1032 return AddressPoints;
1046 return AddressPoints.begin();
1050 return AddressPoints.end();
1701 AddressPoints.insert(
1907 for (const auto &AP : AddressPoints) {
2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints,
2216 for (auto it = addressPoints.begin(); it != addressPoints.end(); ++it) {
2232 // AddressPoints map is empty. This is ok if the map isn't needed. See
2241 const AddressPointsMapTy &AddressPoints)
2243 AddressPoints(AddressPoints), AddressPointIndices(MakeAddressPointIndices(
2244 AddressPoints, VTableIndices.size())) {