Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonb3a31e5e0111::MicrosoftCXXABI
H A DCGCall.cpp292 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()