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

References

tools/clang/include/clang/AST/VTableBuilder.h
  297       return vtable_components().size();
  302                            ? vtable_components().size()
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1998         VFTLayout.vtable_components().size() - CGM.getLangOpts().RTTIData;
tools/clang/lib/CodeGen/CGVTables.cpp
  621   auto &component = layout.vtable_components()[idx];
 1108   ArrayRef<VTableComponent> Comps = VTLayout.vtable_components();
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  413      for (const auto &VtableComponent : VtableLayout.vtable_components()) {
  439     for (const auto &VtableComponent : VtableLayout.vtable_components()) {
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1668     if (any_of(VTLayout.vtable_components(),