Searched refs:deriveThisType (Results 1 – 3 of 3) sorted by relevance
91 clang::CanQualType deriveThisType(const clang::CXXRecordDecl *rd,
163 argTypes.push_back(deriveThisType(md->getParent(), md)); in arrangeCXXStructorDeclaration()204 CanQualType CIRGenTypes::deriveThisType(const CXXRecordDecl *rd, in deriveThisType() function in CIRGenTypes405 argTypes.push_back(deriveThisType(rd, md)); in arrangeCXXMethodType()
43 args.add(RValue::get(thisPtr), cgf.getTypes().deriveThisType(rd, md)); in commonBuildCXXMemberOrOperatorCall()