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.cpp307 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive() local
308 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
336 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
622 bool CheckDependent; member
632 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
662 if (CheckDependent && MightInstantiateTo(Cur, NamingClass)) in findFriendship()