Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
12187 QualType TargetFunctionType; // Extracted function type from target type member in __anona0c7ad681d11::AddressOfFunctionResolver12219 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()12269 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()12270 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()12310 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()12319 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()12346 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()12360 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()12477 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()12510 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()[all …]