Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h120 CanQualType DeriveThisType(const CXXRecordDecl *RD, const CXXMethodDecl *MD);
H A DCGCall.cpp83 CanQualType CodeGenTypes::DeriveThisType(const CXXRecordDecl *RD, in DeriveThisType() function in CodeGenTypes
275 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
331 argTypes.push_back(DeriveThisType(ThisType, MD)); in arrangeCXXStructorDeclaration()
553 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk()
566 ArgTys.push_back(DeriveThisType(RD, CD)); in arrangeMSCtorClosure()
H A DCGExprCXX.cpp50 Args.add(RValue::get(This), CGF.getTypes().DeriveThisType(RD, MD)); in commonEmitCXXMemberOrOperatorCall()