Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXXABI.cpp147 return CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getThisDecl(CGF)), in loadIncomingCXXThis()
153 assert(getThisDecl(CGF) && "no 'this' variable for function"); in setCXXABIThisValue()
HDCGCXXABI.h52 ImplicitParamDecl *getThisDecl(CodeGenFunction &CGF) { in getThisDecl() function