HomeSort by relevance Sort by last modified time
    Searched refs:getThisDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 163 getThisDecl(CGF) = ThisDecl;
168 assert(getThisDecl(CGF) && "no 'this' variable for function");
170 = CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getThisDecl(CGF)),
CGCXXABI.h 50 ImplicitParamDecl *&getThisDecl(CodeGenFunction &CGF) {

Completed in 1756 milliseconds