Searched refs:FriendTy (Results 1 – 8 of 8) 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-project/clang/lib/Sema/ |
D | SemaAccess.cpp | 371 CanQual<FunctionProtoType> FriendTy in MightInstantiateTo() local 380 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()
|
/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-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 316 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument 318 assert(FriendTy && "Invalid friend type!"); in createFriend() 320 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/llvm-project/llvm/lib/IR/ |
D | DIBuilder.cpp | 324 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument 326 assert(FriendTy && "Invalid friend type!"); in createFriend() 328 FriendTy, 0, 0, 0, None, DINode::FlagZero); in createFriend()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 246 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DIBuilder.h | 256 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
|