Searched refs:HandleFunctionTypeMismatch (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5298 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
| H A D | SemaOverload.cpp | 2861 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 10443 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
| H A D | SemaInit.cpp | 9295 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| H A D | SemaDeclCXX.cpp | 10020 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
| H A D | SemaExpr.cpp | 17119 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3672 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|