Home
last modified time | relevance | path

Searched refs:getThisArgumentTypeForMethod (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXABI.h58 getThisArgumentTypeForMethod(const clang::CXXMethodDecl *md) { in getThisArgumentTypeForMethod() function
H A DCIRGenCXXExpr.cpp42 cgf.cgm.getCXXABI().getThisArgumentTypeForMethod(md); in commonBuildCXXMemberOrOperatorCall()
H A DCIRGenCall.cpp386 auto *thisType = theCXXABI.getThisArgumentTypeForMethod(md); in arrangeCXXMethodDeclaration()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h387 virtual const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) { in getThisArgumentTypeForMethod() function
H A DCGExprCXX.cpp49 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(GD); in commonEmitCXXMemberOrOperatorCall()
H A DCGCall.cpp384 getCXXABI().getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()
407 const CXXRecordDecl *ThisType = getCXXABI().getThisArgumentTypeForMethod(GD); in arrangeCXXStructorDeclaration()
H A DMicrosoftCXXABI.cpp251 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod() function in __anon9a42cb130111::MicrosoftCXXABI