Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
12651 QualType TargetFunctionType; // Extracted function type from target type member in __anon22c3dcc72311::AddressOfFunctionResolver12683 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()12774 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()12783 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()12812 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()12826 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()12947 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()12980 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()12983 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()12995 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()[all …]