Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
10969 QualType TargetFunctionType; // Extracted function type from target type member in __anon832832a01811::AddressOfFunctionResolver11001 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()11092 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()11101 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()11128 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()11142 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()11256 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()11288 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()11291 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()11303 S.NoteOverloadCandidate(*I, Fun, TargetFunctionType, in ComplainNoMatchesFound()[all …]