Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp11851 QualType TargetFunctionType; // Extracted function type from target type member in __anon8501439c1b11::AddressOfFunctionResolver
11883 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
11933 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()
11934 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
11974 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
11983 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
12010 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
12024 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
12138 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
12170 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]