Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAccess.cpp372 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/
DSemaAccess.cpp371 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/
DDIBuilder.cpp245 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/
DDIBuilder.cpp316 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/
DDIBuilder.h169 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp324 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/
DDIBuilder.h246 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
/external/llvm-project/llvm/include/llvm/IR/
DDIBuilder.h256 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);