Searched refs:ArgFunctionType (Results 1 – 2 of 2) sorted by relevance
3498 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument3500 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()3501 return ArgFunctionType; in adjustCCAndNoReturn()3508 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()3511 return ArgFunctionType; in adjustCCAndNoReturn()3546 QualType ArgFunctionType, in DeduceTemplateArguments() argument3558 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()3591 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()3597 FunctionType, ArgFunctionType, in DeduceTemplateArguments()3618 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()[all …]
6095 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);6196 QualType ArgFunctionType,