Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h124 CanQualType DeriveThisType(const CXXRecordDecl *RD, const CXXMethodDecl *MD);
H A DCGCall.cpp80 CanQualType CodeGenTypes::DeriveThisType(const CXXRecordDecl *RD, in DeriveThisType() function in CodeGenTypes
270 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
324 argTypes.push_back(DeriveThisType(MD->getParent(), MD)); in arrangeCXXStructorDeclaration()
546 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk()
560 ArgTys.push_back(DeriveThisType(RD, CD)); in arrangeMSCtorClosure()
H A DCGExprCXX.cpp48 Args.add(RValue::get(This), CGF.getTypes().DeriveThisType(RD, MD)); in commonEmitCXXMemberOrOperatorCall()