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

References

tools/clang/lib/AST/VTableBuilder.cpp
 3629     Out << "VFTable indices for ";
 3630     Out << "'";
 3631     RD->printQualifiedName(Out);
 3632     Out << "' (" << IndicesMap.size()
 3643         Out << " -- accessible via ";
 3645           Out << "vbtable index " << VBIndex << ", ";
 3646         Out << "vfptr at offset " << VFPtrOffset.getQuantity() << " --\n";
 3653       Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';
 3655     Out << '\n';
 3658   Out.flush();