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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp253 static bool MightInstantiateTo(const CXXRecordDecl *From, function
281 if (CheckDependent && MightInstantiateTo(Derived, Target))
310 if (CheckDependent && MightInstantiateTo(RD, Target))
325 static bool MightInstantiateTo(Sema &S, DeclContext *Context, function
345 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { function
356 static bool MightInstantiateTo(Sema &S, function
362 if (!MightInstantiateTo(S,
382 if (!MightInstantiateTo(S,
388 if (!MightInstantiateTo(S,
396 static bool MightInstantiateTo(Sem function
[all...]

Completed in 88 milliseconds