Searched refs:CXXABIThisDecl (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp166 CGF.CXXABIThisDecl = ThisDecl;
H A DCGCXXABI.h53 return CGF.CXXABIThisDecl;
H A DCGVTables.cpp363 Address ThisAddr = GetAddrOfLocalVar(CXXABIThisDecl);
H A DCodeGenFunction.h1086 OldCXXABIThisDecl(CGF.CXXABIThisDecl),
1097 CGF.CXXABIThisDecl = nullptr;
1110 CGF.CXXABIThisDecl = OldCXXABIThisDecl;
1139 ImplicitParamDecl *CXXABIThisDecl; member in class:clang::CodeGen::CodeGenFunction
H A DCGException.cpp1540 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl);
H A DCodeGenFunction.cpp57 NumSimpleReturnExprs(0), CXXABIThisDecl(nullptr),
H A DCGCall.cpp2304 if (MD->isVirtual() && Arg == CXXABIThisDecl)

Completed in 171 milliseconds