Home
last modified time | relevance | path

Searched refs:deriveThisType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h91 clang::CanQualType deriveThisType(const clang::CXXRecordDecl *rd,
H A DCIRGenCall.cpp163 argTypes.push_back(deriveThisType(md->getParent(), md)); in arrangeCXXStructorDeclaration()
204 CanQualType CIRGenTypes::deriveThisType(const CXXRecordDecl *rd, in deriveThisType() function in CIRGenTypes
405 argTypes.push_back(deriveThisType(rd, md)); in arrangeCXXMethodType()
H A DCIRGenCXXExpr.cpp43 args.add(RValue::get(thisPtr), cgf.getTypes().deriveThisType(rd, md)); in commonBuildCXXMemberOrOperatorCall()