Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
12748 QualType TargetFunctionType; // Extracted function type from target type member in __anon2239c4662711::AddressOfFunctionResolver12780 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()12830 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()12831 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()12871 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()12880 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()12907 FunctionTemplate, &OvlExplicitTemplateArgs, TargetFunctionType, in AddMatchingTemplateFunction()12922 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()13043 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()13076 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()[all …]