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

References

tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3314     bool HasOwnVBPtr = Layout.hasOwnVBPtr();
tools/clang/lib/AST/VTableBuilder.cpp
 3255   if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr())
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  508   if (Layout.hasOwnVBPtr())
tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  144     if (layout.hasOwnVBPtr()) {