Searched refs:MightInstantiateTo (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 272 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function 300 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive() 328 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive() 374 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 380 if (!MightInstantiateTo(S, in MightInstantiateTo() 400 if (!MightInstantiateTo(S, ContextTy->getReturnType(), in MightInstantiateTo() 405 if (!MightInstantiateTo(S, ContextTy->getParamType(I), in MightInstantiateTo() 412 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 415 return MightInstantiateTo(S, in MightInstantiateTo() 428 if (MightInstantiateTo(Context, Friend)) in MatchesFriend() [all …]
|