Home
last modified time | relevance | path

Searched refs:FriendD (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp555 FriendDecl *FriendD) { in MatchesFriend() argument
558 if (FriendD->isInvalidDecl() || FriendD->isUnsupportedFriend()) in MatchesFriend()
561 if (TypeSourceInfo *T = FriendD->getFriendType()) in MatchesFriend()
565 = cast<NamedDecl>(FriendD->getFriendDecl()->getCanonicalDecl()); in MatchesFriend()
H A DSema.cpp907 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl()) in IsRecordFullyDefined() local
908 Complete = MethodsAndNestedClassesComplete(FriendD, MNCComplete); in IsRecordFullyDefined()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3847 if (NamedDecl *FriendD = D->getFriendDecl()) { in VisitFriendDecl() local
3849 if (Error Err = importInto(ToFriendD, FriendD)) in VisitFriendDecl()
3852 if (FriendD->getFriendObjectKind() != Decl::FOK_None && in VisitFriendDecl()
3853 !(FriendD->isInIdentifierNamespace(Decl::IDNS_NonMemberOperator))) in VisitFriendDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1294 if (NamedDecl *FriendD = D->getFriendDecl()) { in VisitFriendDecl() local
1295 if (Visit(MakeCXCursor(FriendD, TU, RegionOfInterest))) in VisitFriendDecl()