Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3777 for (const FriendDecl *FoundFriend : RD->friends()) { in getFriendCountAndPosition() local
3778 if (FoundFriend == FD) { in getFriendCountAndPosition()
3781 } else if (!FoundFriend->getFriendDecl() == !FD->getFriendDecl() && in getFriendCountAndPosition()
3782 GetCanTypeOrDecl(FoundFriend) == TypeOrDecl) { in getFriendCountAndPosition()