reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1740 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1753 getMSInheritanceModel()) ||
tools/clang/lib/AST/MicrosoftCXXABI.cpp 212 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
tools/clang/lib/AST/MicrosoftMangle.cpp595 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.cpp2604 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();