reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/VTableBuilder.cpp
 2170       IndicesMap[VTableIndex] = MethodName + " [complete]";
 2171       IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
 2174       IndicesMap[MethodVTableIndices[MD]] = MethodName;
 2179   if (!IndicesMap.empty()) {
 2182     Out << "' (" << IndicesMap.size() << " entries).\n";
 2184     for (const auto &I : IndicesMap) {