Searched refs:MightInstantiateTo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAccess.cpp | 280 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function 308 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive() 336 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive() 351 static bool MightInstantiateTo(Sema &S, DeclContext *Context, in MightInstantiateTo() function 371 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo() function 382 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 388 if (!MightInstantiateTo(S, in MightInstantiateTo() 408 if (!MightInstantiateTo(S, ContextTy->getReturnType(), in MightInstantiateTo() 413 if (!MightInstantiateTo(S, ContextTy->getParamType(I), in MightInstantiateTo() 420 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function [all …]
|