Lines Matching refs:CurGD
446 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
461 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
857 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
858 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
919 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody()
920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1503 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CurGD.getDecl()); in EmitDestructorBody()
1504 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1598 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2228 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2330 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
2383 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
2962 EmitFunctionBody(Args, cast<FunctionDecl>(CurGD.getDecl())->getBody()); in EmitLambdaToBlockPointerBody()