Searched refs:NoteAllOverloadCandidates (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1286 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckReinterpretCast() 1359 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckStaticCast() 2898 Self.NoteAllOverloadCandidates(SrcExpr.get()); in CheckCXXCStyleCast()
|
| H A D | SemaOverload.cpp | 11770 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates() function in Sema 13827 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainNoMatchesFound() 13877 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType, in ComplainMultipleMatchesFound() 14125 NoteAllOverloadCandidates(ovl); in ResolveSingleFunctionTemplateSpecialization() 14202 NoteAllOverloadCandidates(SrcExpr.get()); in ResolveAndFixSingleFunctionTemplateSpecialization()
|
| H A D | SemaDeclAttr.cpp | 1790 S.NoteAllOverloadCandidates(ULE); in handleRestrictAttr() 3681 S.NoteAllOverloadCandidates(ULE); in handleCleanupAttr()
|
| H A D | SemaExpr.cpp | 17244 NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression, in DiagnoseAssignmentResult()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10598 void NoteAllOverloadCandidates(Expr *E, QualType DestType = QualType(),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4724 {"_Z25NoteAllOverloadCandidatesPN5clang4ExprERNS_4SemaE", "NoteAllOverloadCandidates(clang::Expr*, …
|