Home | History | Annotate | Download | only in AST

Lines Matching defs:MethodName

2131       std::string MethodName = 
2135 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2141 const std::string &MethodName = I->first;
2151 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2199 std::string MethodName =
2207 IndicesMap[VTableIndex] = MethodName
2208 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2211 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2224 const std::string &MethodName = I->second;
2226 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3094 std::string MethodName = PredefinedExpr::ComputeName(
3097 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
3104 const std::string &MethodName = I->first;
3115 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
3351 std::string MethodName = PredefinedExpr::ComputeName(
3355 IndicesMap[I->second] = MethodName + " [scalar deleting]";
3357 IndicesMap[I->second] = MethodName;
3392 const std::string &MethodName = I->second;
3393 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';