Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp3828 for (const FriendDecl *FoundFriend : RD->friends()) { in getFriendCountAndPosition() local
3829 if (FoundFriend == FD) { in getFriendCountAndPosition()
3832 } else if (!FoundFriend->getFriendDecl() == !FD->getFriendDecl() && in getFriendCountAndPosition()
3833 GetCanTypeOrDecl(FoundFriend) == TypeOrDecl) { in getFriendCountAndPosition()