Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
11851 QualType TargetFunctionType; // Extracted function type from target type member in __anon8501439c1b11::AddressOfFunctionResolver11883 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()11933 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()11934 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()11974 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()11983 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()12010 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()12024 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()12138 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()12170 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()[all …]