Home
last modified time | relevance | path

Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12651 QualType TargetFunctionType; // Extracted function type from target type member in __anon22c3dcc72311::AddressOfFunctionResolver
12683 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 …]