Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp967 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckReinterpretCast()
1033 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckStaticCast()
2422 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckCXXCStyleCast()
H A DSemaOverload.cpp9633 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates() function in Sema
11291 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound()
11341 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainMultipleMatchesFound()
11553 NoteAllOverloadCandidates(ovl); in ResolveSingleFunctionTemplateSpecialization()
11639 NoteAllOverloadCandidates(SrcExpr.get()); in ResolveAndFixSingleFunctionTemplateSpecialization()
H A DSemaDeclAttr.cpp3181 S.NoteAllOverloadCandidates(ULE); in handleCleanupAttr()
H A DSemaExpr.cpp14186 NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression, in DiagnoseAssignmentResult()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2861 void NoteAllOverloadCandidates(Expr *E, QualType DestType = QualType(),