Searched refs:MightInstantiateTo (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 231 static bool MightInstantiateTo(const CXXRecordDecl *From, in MightInstantiateTo() function 259 if (CheckDependent && MightInstantiateTo(Derived, Target)) in IsDerivedFromInclusive() 285 if (CheckDependent && MightInstantiateTo(RD, Target)) in IsDerivedFromInclusive() 301 static bool MightInstantiateTo(Sema &S, DeclContext *Context, in MightInstantiateTo() function 321 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo() function 332 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function 338 if (!MightInstantiateTo(S, in MightInstantiateTo() 358 if (!MightInstantiateTo(S, in MightInstantiateTo() 364 if (!MightInstantiateTo(S, in MightInstantiateTo() 372 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() function [all …]
|