Searched refs:FriendTy (Results 1 – 5 of 5) sorted by relevance
372 CanQual<FunctionProtoType> FriendTy in MightInstantiateTo() local381 if (FriendTy.getQualifiers() != ContextTy.getQualifiers()) in MightInstantiateTo()384 if (FriendTy->getNumParams() != ContextTy->getNumParams()) in MightInstantiateTo()388 FriendTy->getReturnType())) in MightInstantiateTo()391 for (unsigned I = 0, E = FriendTy->getNumParams(); I != E; ++I) in MightInstantiateTo()393 FriendTy->getParamType(I))) in MightInstantiateTo()
245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument247 assert(FriendTy && "Invalid friend type!"); in createFriend()249 FriendTy, 0, 0, 0, 0); in createFriend()
142 DIType createFriend(DIType Ty, DIType FriendTy);
270 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend() argument273 assert(FriendTy.Verify() && "Invalid friend type!"); in createFriend()284 FriendTy in createFriend()
169 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);