Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp9846 QualType TargetFunctionType; // Extracted function type from target type member in __anon86d99bf30911::AddressOfFunctionResolver
9876 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
9920 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
9929 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
9956 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
9971 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
10001 if (Context.hasSameUnqualifiedType(TargetFunctionType, in AddMatchingNonTemplateFunction()
10003 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType, in AddMatchingNonTemplateFunction()
10073 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
10100 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]