HomeSort by relevance Sort by last modified time
    Searched refs:FriendTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaAccess.cpp 352 CanQual<FunctionProtoType> FriendTy
361 if (FriendTy.getQualifiers() != ContextTy.getQualifiers())
364 if (FriendTy->getNumArgs() != ContextTy->getNumArgs())
369 FriendTy->getResultType()))
372 for (unsigned I = 0, E = FriendTy->getNumArgs(); I != E; ++I)
375 FriendTy->getArgType(I)))
396 CanQualType FriendTy
403 if (MightInstantiateTo(S, ContextTy, FriendTy))
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 143 DIType createFriend(DIType Ty, DIType FriendTy);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 272 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) {
275 assert(FriendTy.Verify() && "Invalid friend type!");
286 FriendTy
    [all...]

Completed in 260 milliseconds