Searched refs:TargetFunctionType (Results 1 – 1 of 1) sorted by relevance
13469 QualType TargetFunctionType; // Extracted function type from target type member in __anon2e1ecc912e11::AddressOfFunctionResolver13501 if (TargetFunctionType->isFunctionType()) { in AddressOfFunctionResolver()13551 return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) || in candidateHasExactlyCorrectType()13552 S.IsFunctionConversion(FD->getType(), TargetFunctionType); in candidateHasExactlyCorrectType()13592 return TargetFunctionType->isFunctionType(); in isTargetTypeAFunction()13601 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()13628 FunctionTemplate, &OvlExplicitTemplateArgs, TargetFunctionType, in AddMatchingTemplateFunction()13643 Context.getCanonicalType(TargetFunctionType))); in AddMatchingTemplateFunction()13764 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()13824 << OvlExpr->getName() << TargetFunctionType in ComplainNoMatchesFound()[all …]