Searched refs:HandleFunctionTypeMismatch (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5416 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
H A D | SemaOverload.cpp | 2968 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 10587 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
H A D | SemaInit.cpp | 9645 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
H A D | SemaDeclCXX.cpp | 10106 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
H A D | SemaExpr.cpp | 17394 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 3798 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|