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

References

tools/clang/lib/AST/VTableBuilder.cpp
 3618       IndicesMap[I.second] = MethodName + " [scalar deleting]";
 3620       IndicesMap[I.second] = MethodName;
 3628   if (!IndicesMap.empty()) {
 3632     Out << "' (" << IndicesMap.size()
 3633         << (IndicesMap.size() == 1 ? " entry" : " entries") << ").\n";
 3637     for (const auto &I : IndicesMap) {