Home
last modified time | relevance | path

Searched defs:PrevMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1774 if (PrevMethod && in DiagnoseClassExtensionDupMethods() local
4026 Diag(PrevMethod in ActOnAtEnd() local
4050 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; ActOnAtEnd() local
4855 const ObjCMethodDecl *PrevMethod = nullptr; ActOnMethodDeclaration() local
[all...]
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp913 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration() argument