Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp12039 QualType TargetFunctionType; // Extracted function type from target type member in __anon85f2cfc11d11::AddressOfFunctionResolver
12071 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
12162 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
12171 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
12198 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
12212 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
12326 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
12359 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
12362 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()
12374 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
[all …]