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

/external/clang/lib/Sema/
H A DSemaAccess.cpp254 static bool MightInstantiateTo(const CXXRecordDecl *From, function
282 if (CheckDependent && MightInstantiateTo(Derived, Target))
309 if (CheckDependent && MightInstantiateTo(RD, Target))
324 static bool MightInstantiateTo(Sema &S, DeclContext *Context, function
344 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { function
355 static bool MightInstantiateTo(Sema &S, function
361 if (!MightInstantiateTo(S,
381 if (!MightInstantiateTo(S, ContextTy->getReturnType(),
386 if (!MightInstantiateTo(S, ContextTy->getParamType(I),
393 static bool MightInstantiateTo(Sem function
[all...]

Completed in 130 milliseconds