Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp10119 QualType TargetFunctionType; // Extracted function type from target type member in __anon86d99bf30911::AddressOfFunctionResolver
10151 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
10231 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
10240 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
10267 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
10282 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
10321 if (Context.hasSameUnqualifiedType(TargetFunctionType, in AddMatchingNonTemplateFunction()
10323 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType, in AddMatchingNonTemplateFunction()
10394 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
10426 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]