Home
last modified time | relevance | path

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

/external/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()
413 CanQualType FriendTy in MatchesFriend() local
420 if (MightInstantiateTo(S, ContextTy, FriendTy)) in MatchesFriend()
/external/llvm/lib/IR/
DDIBuilder.cpp275 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() argument
277 assert(FriendTy && "Invalid friend type!"); in createFriend()
279 DITypeRef::get(Ty), DITypeRef::get(FriendTy), 0, 0, in createFriend()
/external/llvm/include/llvm/IR/
DDIBuilder.h175 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);