Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h128 CanQualType DeriveThisType(const CXXRecordDecl *RD, const CXXMethodDecl *MD);
DCGCall.cpp75 CanQualType CodeGenTypes::DeriveThisType(const CXXRecordDecl *RD, in DeriveThisType() function in CodeGenTypes
258 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
312 argTypes.push_back(DeriveThisType(MD->getParent(), MD)); in arrangeCXXStructorDeclaration()
534 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk()
548 ArgTys.push_back(DeriveThisType(RD, CD)); in arrangeMSCtorClosure()
DCGExprCXX.cpp48 Args.add(RValue::get(This), CGF.getTypes().DeriveThisType(RD, MD)); in commonEmitCXXMemberOrOperatorCall()