Searched refs:HandleFunctionTypeMismatch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 4994 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
| H A D | SemaOverload.cpp | 2782 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 9626 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
| H A D | SemaInit.cpp | 8468 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| H A D | SemaDeclCXX.cpp | 7837 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
| H A D | SemaExpr.cpp | 14177 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2587 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|