Searched refs:ConvertMemberPointerType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp72 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:CGCXXABI
H A DCGCXXABI.h142 ConvertMemberPointerType(const MemberPointerType *MPT);
H A DCodeGenTypes.cpp609 getCXXABI().ConvertMemberPointerType(cast<MemberPointerType>(Ty));
H A DMicrosoftCXXABI.cpp614 llvm::Type *ConvertMemberPointerType(const MemberPointerType *MPT) override;
2502 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:MicrosoftCXXABI
2556 assert(Res->getType() == ConvertMemberPointerType(MPT));
3166 Dst = llvm::UndefValue::get(ConvertMemberPointerType(DstTy));
H A DItaniumCXXABI.cpp113 llvm::Type *ConvertMemberPointerType(const MemberPointerType *MPT) override;
500 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:ItaniumCXXABI

Completed in 129 milliseconds