Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4587 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument 4590 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn() 4591 return ArgFunctionType; in adjustCCAndNoReturn() 4594 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() 4617 return ArgFunctionType; in adjustCCAndNoReturn() 4625 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType, in DeduceTemplateArguments() argument 4658 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments() 4677 if (!ArgFunctionType.isNull() && !FunctionType.isNull()) { in DeduceTemplateArguments() 4682 *this, TemplateParams, FunctionType, ArgFunctionType, Info, Deduced, in DeduceTemplateArguments() 4721 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 12182 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType, 12335 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType,
|