Searched defs:NewMethod (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/clang/lib/Sema/ | ||
| H A D | Sema.cpp | 2883 shouldDiagnoseMethodOverride(const CXXMethodDecl & OldMethod,const FunctionEffectsRef & OldFX,const CXXMethodDecl & NewMethod,const FunctionEffectsRef & NewFX) const shouldDiagnoseMethodOverride() argument |
| H A D | SemaDeclObjC.cpp | 141 CheckObjCMethodOverride(ObjCMethodDecl * NewMethod,const ObjCMethodDecl * Overridden) CheckObjCMethodOverride() argument |
| H A D | SemaOverload.cpp | 1361 const auto *NewMethod = dyn_cast<CXXMethodDecl>(New); IsOverloadOrOverrideImpl() local |
| H A D | SemaDecl.cpp | 3896 CXXMethodDecl *NewMethod = dyn_cast<CXXMethodDecl>(New); MergeFunctionDecl() local |