Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
3513 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument3515 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() argument3573 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()3606 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()3612 FunctionType, ArgFunctionType, in DeduceTemplateArguments()3633 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()[all …]
6399 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);6505 QualType ArgFunctionType,