Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
3455 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument3457 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()3458 return ArgFunctionType; in adjustCCAndNoReturn()3465 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()3468 return ArgFunctionType; in adjustCCAndNoReturn()3503 QualType ArgFunctionType, in DeduceTemplateArguments() argument3515 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()3548 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()3554 FunctionType, ArgFunctionType, in DeduceTemplateArguments()3575 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()[all …]
6010 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);6113 QualType ArgFunctionType,