Searched refs:FriendTy (Results 1 – 3 of 3) sorted by relevance
371 CanQual<FunctionProtoType> FriendTy in MightInstantiateTo() local380 if (FriendTy.getQualifiers() != ContextTy.getQualifiers()) in MightInstantiateTo()383 if (FriendTy->getNumParams() != ContextTy->getNumParams()) in MightInstantiateTo()387 FriendTy->getReturnType())) in MightInstantiateTo()390 for (unsigned I = 0, E = FriendTy->getNumParams(); I != E; ++I) in MightInstantiateTo()392 FriendTy->getParamType(I))) in MightInstantiateTo()413 CanQualType FriendTy in MatchesFriend() local420 if (MightInstantiateTo(S, ContextTy, FriendTy)) in MatchesFriend()
275 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument277 assert(FriendTy && "Invalid friend type!"); in createFriend()279 DITypeRef::get(Ty), DITypeRef::get(FriendTy), 0, 0, in createFriend()
175 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);