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 366 CanQual<FunctionProtoType> FriendTy
375 if (FriendTy.getQualifiers() != ContextTy.getQualifiers())
378 if (FriendTy->getNumParams() != ContextTy->getNumParams())
382 FriendTy->getReturnType()))
385 for (unsigned I = 0, E = FriendTy->getNumParams(); I != E; ++I)
387 FriendTy->getParamType(I)))
408 CanQualType FriendTy
415 if (MightInstantiateTo(S, ContextTy, FriendTy))
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 185 DIDerivedType createFriend(DIType Ty, DIType FriendTy);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 381 DIDerivedType DIBuilder::createFriend(DIType Ty, DIType FriendTy) {
384 assert(FriendTy.isType() && "Invalid friend type!");
395 FriendTy.getRef()
    [all...]

Completed in 178 milliseconds