Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp9830 QualType TargetFunctionType; // Extracted function type from target type member in __anon2a79990a0911::AddressOfFunctionResolver
9860 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
9904 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
9913 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
9940 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
9955 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
9985 if (Context.hasSameUnqualifiedType(TargetFunctionType, in AddMatchingNonTemplateFunction()
9987 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType, in AddMatchingNonTemplateFunction()
10057 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
10084 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]