Searched refs:resultTypeMapping (Results 1 – 2 of 2) sorted by relevance
289 resultTypeMapping.resize(getNumResults()); in populateTypeInferenceInfo()300 resultTypeMapping[i].emplace_back(tc); in populateTypeInferenceInfo()310 resultTypeMapping[i].emplace_back(*mi); in populateTypeInferenceInfo()529 return resultTypeMapping[index]; in getSameTypeAsResult()
330 SmallVector<SmallVector<ArgOrType, 2>, 4> resultTypeMapping; variable