Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h382 virtual const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) { in getThisArgumentTypeForMethod() function
H A DCGExprCXX.cpp49 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(GD); in commonEmitCXXMemberOrOperatorCall()
H A DCGCall.cpp303 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()
326 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(GD); in arrangeCXXStructorDeclaration()
H A DMicrosoftCXXABI.cpp238 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod() function in __anon063cb12a0111::MicrosoftCXXABI