Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp305 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive() local
306 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
334 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
620 bool CheckDependent; member
630 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
660 if (CheckDependent && MightInstantiateTo(Cur, NamingClass)) in findFriendship()