Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3871 llvm::function_ref<T(const FriendDecl *)> GetCanTypeOrDecl) { in getFriendCountAndPosition() argument
3876 T TypeOrDecl = GetCanTypeOrDecl(FD); in getFriendCountAndPosition()
3883 GetCanTypeOrDecl(FoundFriend) == TypeOrDecl) { in getFriendCountAndPosition()