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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3052   assert(Proto && "Function template does not have a prototype?");
 3063   if (Proto->hasTrailingReturn()) {
 3065                        Proto->getExtParameterInfosOrNull(),
 3091         SubstType(Proto->getReturnType(),
 3107   if (!Proto->hasTrailingReturn() &&
 3109                      Proto->getExtParameterInfosOrNull(),
 3115     auto EPI = Proto->getExtProtoInfo();