Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6037 auto IsDependentFriend = [](ClassTemplateDecl *TD) { in VisitClassTemplateDecl() local
6041 bool DependentFriend = IsDependentFriend(D); in VisitClassTemplateDecl()
6066 if (DependentFriend || IsDependentFriend(FoundTemplate)) in VisitClassTemplateDecl()