Searched refs:getThisArgumentTypeForMethod (Results 1 – 7 of 7) sorted by relevance
58 getThisArgumentTypeForMethod(const clang::CXXMethodDecl *md) { in getThisArgumentTypeForMethod() function
42 cgf.cgm.getCXXABI().getThisArgumentTypeForMethod(md); in commonBuildCXXMemberOrOperatorCall()
386 auto *thisType = theCXXABI.getThisArgumentTypeForMethod(md); in arrangeCXXMethodDeclaration()
387 virtual const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) { in getThisArgumentTypeForMethod() function
49 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(GD); in commonEmitCXXMemberOrOperatorCall()
384 getCXXABI().getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()407 const CXXRecordDecl *ThisType = getCXXABI().getThisArgumentTypeForMethod(GD); in arrangeCXXStructorDeclaration()
251 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod() function in __anon9a42cb130111::MicrosoftCXXABI