Searched refs:MightInstantiateTo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaAccess.cpp | 253 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function 281 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive() 310 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive() 325 static bool MightInstantiateTo(Sema &S, DeclContext *Context, in MightInstantiateTo() function 345 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo() function 356 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 362 if (!MightInstantiateTo(S, in MightInstantiateTo() 382 if (!MightInstantiateTo(S, in MightInstantiateTo() 388 if (!MightInstantiateTo(S, in MightInstantiateTo() 396 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function [all …]
|