Lines Matching defs:MethodVFTableLocations
2540 MethodVFTableLocationsTy MethodVFTableLocations;
2645 assert(MethodVFTableLocations.empty());
2658 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc;
2660 MethodVFTableLocations[MD] = Loc;
2695 return method_locations_range(MethodVFTableLocations.begin(),
2696 MethodVFTableLocations.end());
3737 MethodVFTableLocations.insert(NewMethodLocations.begin(),
3880 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD);
3881 if (I != MethodVFTableLocations.end())
3888 I = MethodVFTableLocations.find(GD);
3889 assert(I != MethodVFTableLocations.end() && "Did not find index!");