Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1204 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckReinterpretCast()
1276 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckStaticCast()
2850 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckCXXCStyleCast()
H A DSemaOverload.cpp11065 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates() function in Sema
12983 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()
13033 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainMultipleMatchesFound()
13323 NoteAllOverloadCandidates(ovl); in ResolveSingleFunctionTemplateSpecialization()
13408 NoteAllOverloadCandidates(SrcExpr.get()); in ResolveAndFixSingleFunctionTemplateSpecialization()
H A DSemaDeclAttr.cpp3759 S.NoteAllOverloadCandidates(ULE); in handleCleanupAttr()
H A DSemaExpr.cpp17923 NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression, in DiagnoseAssignmentResult()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4167 void NoteAllOverloadCandidates(Expr *E, QualType DestType = QualType(),