Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXXABI.h387 virtual const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) { in getThisArgumentTypeForMethod() function
HDCGExprCXX.cpp49 CGF.CGM.getCXXABI().getThisArgumentTypeForMethod(GD); in commonEmitCXXMemberOrOperatorCall()
HDCGCall.cpp318 getCXXABI().getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration()
341 const CXXRecordDecl *ThisType = getCXXABI().getThisArgumentTypeForMethod(GD); in arrangeCXXStructorDeclaration()
HDMicrosoftCXXABI.cpp250 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod() function in __anon1d76df6c0111::MicrosoftCXXABI