Home
last modified time | relevance | path

Searched refs:getMostRecentCXXRecordDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp196 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in getMSMemberPointerSlots()
DType.cpp2462 CXXRecordDecl *MemberPointerType::getMostRecentCXXRecordDecl() const { in getMostRecentCXXRecordDecl() function in MemberPointerType
DMicrosoftMangle.cpp1188 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in mangleTemplateArg()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp525 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in isMemberPointerConvertible()
533 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in isTypeInfoCalculable()
2126 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in isZeroInitializable()
2134 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in ConvertMemberPointerType()
2159 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in GetNullMemberPointerFields()
2228 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberDataPointer()
2251 return BuildMemberPointer(MPT->getMostRecentCXXRecordDecl(), MD, in EmitMemberPointer()
2337 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberPointerComparison()
2529 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberDataPointerAddress()
2566 return MPT->getMostRecentCXXRecordDecl()->getMSInheritanceModel(); in getInheritanceFromMemptr()
[all …]
/external/clang/include/clang/AST/
DType.h2251 CXXRecordDecl *getMostRecentCXXRecordDecl() const;
/external/clang/lib/Sema/
DSemaType.cpp5238 assignInheritanceModel(*this, MPTy->getMostRecentCXXRecordDecl()); in RequireCompleteTypeImpl()