Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3055 bool DependentFriend = IsFriendTemplate && IsDependentContext; in VisitRecordDecl() local
3059 if (!DependentFriend && !DC->isFunctionOrMethod() && !D->isLambda()) { in VisitRecordDecl()
6041 bool DependentFriend = IsDependentFriend(D); in VisitClassTemplateDecl() local
6066 if (DependentFriend || IsDependentFriend(FoundTemplate)) in VisitClassTemplateDecl()