Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
3521 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument3523 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()3524 return ArgFunctionType; in adjustCCAndNoReturn()3531 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()3534 return ArgFunctionType; in adjustCCAndNoReturn()3569 QualType ArgFunctionType, in DeduceTemplateArguments() argument3581 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()3614 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()3620 FunctionType, ArgFunctionType, in DeduceTemplateArguments()3641 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()[all …]
6274 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);6377 QualType ArgFunctionType,