Searched defs:isFriend (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 1643 bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None); VisitClassTemplateDecl() local |
H A D | SemaDecl.cpp | 3907 bool isFriend = NewMethod->getFriendObjectKind(); MergeFunctionDecl() local |
H A D | SemaTemplate.cpp | 10188 bool isFriend = (FD->getFriendObjectKind() != Decl::FOK_None); CheckFunctionTemplateSpecialization() local |