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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp859 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1756 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; local
3948 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; local
3972 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; local
4704 const ObjCMethodDecl *PrevMethod = nullptr; local
[all...]

Completed in 1667 milliseconds