Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXABI.cpp52 ImplicitParamDecl *vd = getThisDecl(cgf); in loadIncomingCXXThis()
61 assert(getThisDecl(cgf) && "no 'this' variable for function"); in setCXXABIThisValue()
H A DCIRGenCXXABI.h45 clang::ImplicitParamDecl *getThisDecl(CIRGenFunction &cgf) { in getThisDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp151 return CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getThisDecl(CGF)), in loadIncomingCXXThis()
157 assert(getThisDecl(CGF) && "no 'this' variable for function"); in setCXXABIThisValue()
H A DCGCXXABI.h54 ImplicitParamDecl *getThisDecl(CodeGenFunction &CGF) { in getThisDecl() function