Searched refs:getThisDecl (Results 1 – 4 of 4) sorted by relevance
52 ImplicitParamDecl *vd = getThisDecl(cgf); in loadIncomingCXXThis()61 assert(getThisDecl(cgf) && "no 'this' variable for function"); in setCXXABIThisValue()
45 clang::ImplicitParamDecl *getThisDecl(CIRGenFunction &cgf) { in getThisDecl() function
151 return CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getThisDecl(CGF)), in loadIncomingCXXThis()157 assert(getThisDecl(CGF) && "no 'this' variable for function"); in setCXXABIThisValue()
54 ImplicitParamDecl *getThisDecl(CodeGenFunction &CGF) { in getThisDecl() function