Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3821 llvm::function_ref<T(const FriendDecl *)> GetCanTypeOrDecl) { in getFriendCountAndPosition() argument
3826 T TypeOrDecl = GetCanTypeOrDecl(FD); in getFriendCountAndPosition()
3833 GetCanTypeOrDecl(FoundFriend) == TypeOrDecl) { in getFriendCountAndPosition()