Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp9800 QualType TargetFunctionType; // Extracted function type from target type member in __anon0f8216040911::AddressOfFunctionResolver
9830 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()
9874 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()
9883 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
9910 TargetFunctionType, Specialization, in AddMatchingTemplateFunction()
9925 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()
9955 if (Context.hasSameUnqualifiedType(TargetFunctionType, in AddMatchingNonTemplateFunction()
9957 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType, in AddMatchingNonTemplateFunction()
10027 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
10054 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()
[all …]