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 368 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
419 if (MightInstantiateTo(S, ContextTy, FriendTy))
    [all...]
  /external/llvm/include/llvm/
DIBuilder.h 154 DIType createFriend(DIType Ty, DIType FriendTy);
  /external/llvm/lib/IR/
DIBuilder.cpp 283 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) {
286 assert(FriendTy.Verify() && "Invalid friend type!");
297 FriendTy
    [all...]

Completed in 254 milliseconds