Searched refs:FriendTy (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 372 CanQual<FunctionProtoType> FriendTy in MightInstantiateTo() local 381 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()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument 247 assert(FriendTy && "Invalid friend type!"); in createFriend() 249 FriendTy, 0, 0, 0, 0); in createFriend()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DIBuilder.h | 142 DIType createFriend(DIType Ty, DIType FriendTy);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 270 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend() argument 273 assert(FriendTy.Verify() && "Invalid friend type!"); in createFriend() 284 FriendTy in createFriend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 312 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument 314 assert(FriendTy && "Invalid friend type!"); in createFriend() 316 FriendTy, 0, 0, 0, None, DINode::FlagZero); in createFriend()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 169 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 241 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
|