Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp129 getThisDecl(CGF) = ThisDecl; in BuildThisParam()
134 assert(getThisDecl(CGF) && "no 'this' variable for function"); in EmitThisParam()
136 = CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getThisDecl(CGF)), in EmitThisParam()
DCGCXXABI.h50 ImplicitParamDecl *&getThisDecl(CodeGenFunction &CGF) { in getThisDecl() function