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

Declarations

tools/clang/include/clang/AST/Type.h
 2839   CXXRecordDecl *getMostRecentCXXRecordDecl() const;

References

tools/clang/lib/AST/MicrosoftCXXABI.cpp
  211   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
tools/clang/lib/AST/MicrosoftMangle.cpp
 1485       const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2713       switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) {
 2741           CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()),
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  628     const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 2603   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 2611   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 2636   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 2705   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 2839   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 3041   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
 3102   CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl();
 3103   CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl();
 3148   const CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl();
 3149   const CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl();
 3174   const CXXRecordDecl *DerivedClass = DerivedTy->getMostRecentCXXRecordDecl();
 3330   const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();
tools/clang/lib/Sema/SemaType.cpp
 8001         assignInheritanceModel(*this, MPTy->getMostRecentCXXRecordDecl());