Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp10969 QualType TargetFunctionType; // Extracted function type from target type member in __anon832832a01811::AddressOfFunctionResolver
11001 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 …]