Lines Matching defs:ArgumentIndexMapping
360 const std::vector<unsigned> &ArgumentIndexMapping)
362 ArgumentIndexMapping(ArgumentIndexMapping) {}
382 /// then ArgumentIndexMapping[0] will equal 2.
383 std::vector<unsigned> ArgumentIndexMapping;
398 // transformed version. 'ArgumentIndexMapping' holds the mapping from
400 for (unsigned I = 0, IE = TransformedFunction.ArgumentIndexMapping.size();
402 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[I];
888 std::vector<unsigned> ArgumentIndexMapping;
891 ArgumentIndexMapping.push_back(ArgTypes.size());
913 ArgumentIndexMapping);