Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp989 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl()) in IsRecordFullyDefined() local
990 Complete = MethodsAndNestedClassesComplete(FriendD, MNCComplete); in IsRecordFullyDefined()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4058 if (NamedDecl *FriendD = D->getFriendDecl()) { in VisitFriendDecl() local
4060 if (Error Err = importInto(ToFriendD, FriendD)) in VisitFriendDecl()
4063 if (FriendD->getFriendObjectKind() != Decl::FOK_None && in VisitFriendDecl()
4064 !(FriendD->isInIdentifierNamespace(Decl::IDNS_NonMemberOperator))) in VisitFriendDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1300 if (NamedDecl *FriendD = D->getFriendDecl()) { in VisitFriendDecl() local
1301 if (Visit(MakeCXCursor(FriendD, TU, RegionOfInterest))) in VisitFriendDecl()