Searched refs:ArgFunctionType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3513 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument 3515 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn() 3516 return ArgFunctionType; in adjustCCAndNoReturn() 3523 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn() 3526 return ArgFunctionType; in adjustCCAndNoReturn() 3561 QualType ArgFunctionType, in DeduceTemplateArguments() argument 3573 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments() 3606 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments() 3612 FunctionType, ArgFunctionType, in DeduceTemplateArguments() 3633 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4238 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument 4241 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn() 4242 return ArgFunctionType; in adjustCCAndNoReturn() 4245 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() 4268 return ArgFunctionType; in adjustCCAndNoReturn() 4304 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType, in DeduceTemplateArguments() argument 4337 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments() 4358 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments() 4364 FunctionType, ArgFunctionType, in DeduceTemplateArguments() 4400 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6399 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType); 6505 QualType ArgFunctionType,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 8157 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType, 8275 QualType ArgFunctionType,
|