Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp223 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in getMSMemberPointerSlots()
DMicrosoftMangle.cpp1275 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in mangleTemplateArg()
DType.cpp3782 CXXRecordDecl *MemberPointerType::getMostRecentCXXRecordDecl() const { in getMostRecentCXXRecordDecl() function in MemberPointerType
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp619 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in isMemberPointerConvertible()
2503 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in isZeroInitializable()
2511 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in ConvertMemberPointerType()
2536 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in GetNullMemberPointerFields()
2605 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberDataPointer()
2741 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberPointerComparison()
2943 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); in EmitMemberDataPointerAddress()
3004 CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl(); in EmitMemberPointerConversion()
3005 CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl(); in EmitMemberPointerConversion()
3050 const CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl(); in EmitNonNullMemberPointerConversion()
[all …]
DCGDebugInfo.cpp2140 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/external/clang/include/clang/AST/
DType.h2435 CXXRecordDecl *getMostRecentCXXRecordDecl() const;
/external/clang/lib/Sema/
DSemaType.cpp6948 assignInheritanceModel(*this, MPTy->getMostRecentCXXRecordDecl()); in RequireCompleteTypeImpl()