reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
11325     if (TargetFunctionType->isFunctionType()) {
11375     return Context.hasSameUnqualifiedType(TargetFunctionType, FD->getType()) ||
11376            S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard);
11416     return TargetFunctionType->isFunctionType();
11425     TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
11452                                       TargetFunctionType, Specialization,
11466               Context.getCanonicalType(TargetFunctionType)));
11580         Complain, TargetFunctionType);
11612         << OvlExpr->getName() << TargetFunctionType
11615       S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType,
11627             S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType,
11665     S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType,