Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp299 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive() local
300 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
328 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
614 bool CheckDependent; member
624 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
654 if (CheckDependent && MightInstantiateTo(Cur, NamingClass)) in findFriendship()