reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3453   if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() &&
 3454       S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/ false))
 3464       return S.Context.getMemberPointerType(Fn->getType(),
 3465                S.Context.getTypeDeclType(Method->getParent()).getTypePtr());
 3469   return S.Context.getPointerType(Fn->getType());