Searched defs:MightInstantiateTo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAccess.cpp244 static bool MightInstantiateTo(const CXXRecordDecl *From, function
272 if (CheckDependent && MightInstantiateTo(Derived, Target))
301 if (CheckDependent && MightInstantiateTo(RD, Target))
317 static bool MightInstantiateTo(Sema &S, DeclContext *Context, function
337 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { function
348 static bool MightInstantiateTo(Sema &S, function
354 if (!MightInstantiateTo(S,
374 if (!MightInstantiateTo(S,
380 if (!MightInstantiateTo(S,
388 static bool MightInstantiateTo(Sem function
[all...]

Completed in 62 milliseconds