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

References

tools/clang/lib/AST/RecordLayoutBuilder.cpp
 2586     if (!BaseLayout.hasExtendableVFPtr())
 2612     if (BaseLayout.hasExtendableVFPtr()) {
 2963       if (Layout.hasExtendableVFPtr())
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1983   if (!RL.hasExtendableVFPtr())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  901   if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr())
  910     if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) {
  929          !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
  963          !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();