Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp309 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive() local
310 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
338 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
624 bool CheckDependent; member
634 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
664 if (CheckDependent && MightInstantiateTo(Cur, NamingClass)) in findFriendship()