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

References

tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3313     bool HasOwnVFPtr = Layout.hasOwnVFPtr();
tools/clang/lib/AST/VTableBuilder.cpp
 3255   if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr())
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  504   if (Layout.hasOwnVFPtr())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1692            !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr());
tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  131     if (layout.hasOwnVFPtr()) {