Searched defs:ConvertMemberPointerType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp71 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:CGCXXABI
H A DItaniumCXXABI.cpp70 llvm::Type *ConvertMemberPointerType(const MemberPointerType *MPT) override;
348 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:ItaniumCXXABI
H A DMicrosoftCXXABI.cpp483 llvm::Type *ConvertMemberPointerType(const MemberPointerType *MPT) override;
1820 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { function in class:MicrosoftCXXABI
1874 assert(Res->getType() == ConvertMemberPointerType(MPT));

Completed in 100 milliseconds