Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp287 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive() local
288 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
316 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
602 bool CheckDependent; member
612 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
642 if (CheckDependent && MightInstantiateTo(Cur, NamingClass)) in findFriendship()