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

/external/clang/lib/Sema/
H A DSemaAccess.cpp259 static bool MightInstantiateTo(const CXXRecordDecl *From, function
287 if (CheckDependent && MightInstantiateTo(Derived, Target))
315 if (CheckDependent && MightInstantiateTo(RD, Target))
330 static bool MightInstantiateTo(Sema &S, DeclContext *Context, function
350 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { function
361 static bool MightInstantiateTo(Sema &S, function
367 if (!MightInstantiateTo(S,
387 if (!MightInstantiateTo(S, ContextTy->getReturnType(),
392 if (!MightInstantiateTo(S, ContextTy->getParamType(I),
399 static bool MightInstantiateTo(Sem function
[all...]

Completed in 70 milliseconds