Searched defs:FriendTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDIBuilder.cpp362 DIDerivedType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { argument
365 assert(FriendTy.isType() && "Invalid friend type!");
376 FriendTy
/external/clang/lib/Sema/
H A DSemaAccess.cpp368 CanQual<FunctionProtoType> FriendTy
377 if (FriendTy.getQualifiers() != ContextTy.getQualifiers())
380 if (FriendTy->getNumArgs() != ContextTy->getNumArgs())
385 FriendTy->getResultType()))
388 for (unsigned I = 0, E = FriendTy->getNumArgs(); I != E; ++I)
391 FriendTy->getArgType(I)))
412 CanQualType FriendTy local
419 if (MightInstantiateTo(S, ContextTy, FriendTy))

Completed in 195 milliseconds