Home | History | Annotate | Download | only in AST

Lines Matching refs:MethodName

2047       std::string MethodName = 
2051 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2057 const std::string &MethodName = I->first;
2063 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2114 std::string MethodName =
2120 MethodName + " [complete]";
2122 MethodName + " [deleting]";
2124 IndicesMap[VTables.getMethodVTableIndex(MD)] = MethodName;
2137 const std::string &MethodName = I->second;
2139 Out << llvm::format(" %4" PRIu64 " | ", VTableIndex) << MethodName