Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GD

34   bool HasThisReturn(GlobalDecl GD) const;
340 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const {
341 return isa<CXXConstructorDecl>(GD.getDecl());
426 static bool IsDeletingDtor(GlobalDecl GD) {
427 const CXXMethodDecl* MD = cast<CXXMethodDecl>(GD.getDecl());
429 return GD.getDtorType() == Dtor_Deleting;