Searched refs:HandleFunctionTypeMismatch (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 4535 HandleFunctionTypeMismatch(PD, cast<FunctionDecl>(*I)->getType(), in getMostSpecialized()
|
| H A D | SemaOverload.cpp | 2475 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 8584 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
| H A D | SemaInit.cpp | 6649 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| H A D | SemaDeclCXX.cpp | 6296 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
| H A D | SemaExpr.cpp | 11196 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2109 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|