Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp10275 QualType TargetFunctionType; // Extracted function type from target type member in __anon86d99bf30d11::AddressOfFunctionResolver
10307 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
10357 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()
10358 S.IsNoReturnConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
10398 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
10407 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
10434 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
10448 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
10558 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
10590 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]