Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp282 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function
310 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive()
338 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive()
384 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function
390 if (!MightInstantiateTo(S, in MightInstantiateTo()
410 if (!MightInstantiateTo(S, ContextTy->getReturnType(), in MightInstantiateTo()
415 if (!MightInstantiateTo(S, ContextTy->getParamType(I), in MightInstantiateTo()
422 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function
425 return MightInstantiateTo(S, in MightInstantiateTo()
438 if (MightInstantiateTo(Context, Friend)) in MatchesFriend()
[all …]