Lines Matching defs:MethodName
2181 std::string MethodName = PredefinedExpr::ComputeName(
2184 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2188 const std::string &MethodName = I.first;
2196 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2245 std::string MethodName = PredefinedExpr::ComputeName(
2252 IndicesMap[VTableIndex] = MethodName + " [complete]";
2253 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2256 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2268 const std::string &MethodName = I.second;
2270 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3323 std::string MethodName = PredefinedExpr::ComputeName(
3326 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
3330 const std::string &MethodName = MethodNameAndDecl.first;
3341 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
3755 std::string MethodName = PredefinedExpr::ComputeName(
3759 IndicesMap[I.second] = MethodName + " [scalar deleting]";
3761 IndicesMap[I.second] = MethodName;
3793 const std::string &MethodName = I.second;
3794 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';