Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h357 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) { in getThisArgumentTypeForMethod() function
H A DCGExprCXX.cpp47 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(MD); in commonEmitCXXMemberOrOperatorCall()
H A DMicrosoftCXXABI.cpp235 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) override { in getThisArgumentTypeForMethod() function in __anonf1ebc8c70111::MicrosoftCXXABI
H A DCGCall.cpp293 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()