Home
last modified time | relevance | path

Searched refs:FriendTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp393 CanQual<FunctionProtoType> FriendTy in MightInstantiateTo() local
402 if (FriendTy.getQualifiers() != ContextTy.getQualifiers()) in MightInstantiateTo()
405 if (FriendTy->getNumParams() != ContextTy->getNumParams()) in MightInstantiateTo()
409 FriendTy->getReturnType())) in MightInstantiateTo()
412 for (unsigned I = 0, E = FriendTy->getNumParams(); I != E; ++I) in MightInstantiateTo()
414 FriendTy->getParamType(I))) in MightInstantiateTo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp370 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument
372 assert(FriendTy && "Invalid friend type!"); in createFriend()
374 FriendTy, 0, 0, 0, std::nullopt, std::nullopt, in createFriend()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h332 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);