Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 4698 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument 4701 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn() 4702 return ArgFunctionType; in adjustCCAndNoReturn() 4705 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() 4728 return ArgFunctionType; in adjustCCAndNoReturn() 4736 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType, in DeduceTemplateArguments() argument 4769 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments() 4788 if (!ArgFunctionType.isNull() && !FunctionType.isNull()) { in DeduceTemplateArguments() 4793 *this, TemplateParams, FunctionType, ArgFunctionType, Info, Deduced, in DeduceTemplateArguments() 4835 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12422 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType, 12586 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType,
|