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

Declarations

tools/clang/include/clang/AST/DeclCXX.h
 1740   MSInheritanceAttr::Spelling getMSInheritanceModel() const;

References

tools/clang/include/clang/AST/DeclCXX.h
 1753                                                getMSInheritanceModel()) ||
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  212   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
tools/clang/lib/AST/MicrosoftMangle.cpp
  595   MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
  643   MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2713       switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) {
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2604   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2612   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2637   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2674   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2706   if (RD->getMSInheritanceModel() ==
 2803       RD->getMSInheritanceModel() ==
 2840   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 3042   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 3150   MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel();
 3151   MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel();
 3335   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();