Lines Matching refs:CurGD
445 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
460 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
856 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
857 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
918 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody()
919 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1507 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CurGD.getDecl()); in EmitDestructorBody()
1508 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1602 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2205 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
2261 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
2750 EmitFunctionBody(Args, cast<FunctionDecl>(CurGD.getDecl())->getBody()); in EmitLambdaToBlockPointerBody()