Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11869 QualType TargetFunctionType; // Extracted function type from target type member in __anon041893451b11::AddressOfFunctionResolver
11901 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
11992 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
12001 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
12028 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
12042 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
12156 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
12188 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
12191 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()
12203 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
[all …]