Searched refs:CurGD (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTables.cpp212 assert(!CurGD.getDecl() && "CurGD was already set!");
213 CurGD = GD;
258 assert(isa<CXXMethodDecl>(CurGD.getDecl()) &&
260 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CurGD.getDecl());
286 CGM.getCXXABI().adjustCallArgsForDestructorThunk(*this, CurGD, CallArgs);
313 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD)
315 : CGM.getCXXABI().hasMostDerivedReturn(CurGD)
H A DCGCXXABI.cpp157 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
173 !isThisCompleteObject(CGF.CurGD)) {
H A DCGClass.cpp445 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) &&
460 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) {
856 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent()
857 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent();
918 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl());
919 CXXCtorType CtorType = CurGD.getCtorType();
1507 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CurGD.getDecl());
1508 CXXDtorType DtorType = CurGD.getDtorType();
1602 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl());
2205 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) {
[all...]
H A DMicrosoftCXXABI.cpp1373 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
1378 CGF.CurGD.getDecl()->getLocation(),
1389 } else if (isDeletingDtor(CGF.CurGD)) {
1392 CGF.CurGD.getDecl()->getLocation(),
1433 if (HasThisReturn(CGF.CurGD))
1435 else if (hasMostDerivedReturn(CGF.CurGD))
1439 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
1449 if (isDeletingDtor(CGF.CurGD)) {
1923 CGF.CurGD = GlobalDecl(MD);
3807 CGF.CurGD
[all...]
H A DItaniumCXXABI.cpp1382 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
1386 if (NeedsVTTParameter(CGF.CurGD)) {
1417 if (HasThisReturn(CGF.CurGD))
1506 return NeedsVTTParameter(CGF.CurGD);
1514 NeedsVTTParameter(CGF.CurGD)) {
1543 NeedsVTTParameter(CGF.CurGD) && "This class doesn't have VTT");
1720 if (!isa<CXXDestructorDecl>(CGF.CurGD.getDecl()))
H A DCGBlocks.cpp692 = CodeGenFunction(CGM, true).GenerateBlockFunction(CurGD, blockInfo,
1143 CurGD = GD;
H A DCGExprCXX.cpp485 Type = CurGD.getCtorType();
H A DCodeGenFunction.cpp913 CurGD = GD;
H A DCGCall.cpp2029 adjustThisParameterInVirtualFunctionPrologue(*this, CurGD, V);
H A DCGObjC.cpp536 CurGD = OMD;
H A DCodeGenFunction.h155 /// CurGD - The GlobalDecl for the current function being compiled.
156 GlobalDecl CurGD; member in class:clang::CodeGen::CodeGenFunction

Completed in 247 milliseconds