Lines Matching refs:GD
229 GlobalDecl GD;
231 GD = GlobalDecl(CD, toCXXCtorType(Type));
234 GD = GlobalDecl(DD, toCXXDtorType(Type));
248 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
250 : TheCXXABI.hasMostDerivedReturn(GD)
271 GlobalDecl GD(D, CtorKind);
272 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
274 : TheCXXABI.hasMostDerivedReturn(GD)
352 CodeGenTypes::arrangeGlobalDeclaration(GlobalDecl GD) {
354 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
357 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType()));
360 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType()));
1287 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) {
1288 const CGFunctionInfo &FI = arrangeGlobalDeclaration(GD);
1407 llvm::Type *CodeGenTypes::GetFunctionTypeForVTable(GlobalDecl GD) {
1408 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
1417 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType()));