Searched refs:MightInstantiateTo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 278 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function 306 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive() 334 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive() 349 static bool MightInstantiateTo(Sema &S, DeclContext *Context, in MightInstantiateTo() function 369 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo() function 380 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 386 if (!MightInstantiateTo(S, in MightInstantiateTo() 406 if (!MightInstantiateTo(S, ContextTy->getReturnType(), in MightInstantiateTo() 411 if (!MightInstantiateTo(S, ContextTy->getParamType(I), in MightInstantiateTo() 418 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4696 {"_Z18MightInstantiateToRN5clang4SemaEPNS_12FunctionDeclES3_", "MightInstantiateTo(clang::Sema&, cl…
|