Home
last modified time | relevance | path

Searched refs:getObjCMethodRedeclaration (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp814 assert(Context.getObjCMethodRedeclaration(D)); in VisitObjCMethodDecl()
815 Record.AddDeclRef(Context.getObjCMethodRedeclaration(D)); in VisitObjCMethodDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp967 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this)); in getNextRedeclarationImpl()
HDASTContext.cpp2956 ASTContext::getObjCMethodRedeclaration(const ObjCMethodDecl *MD) const { in getObjCMethodRedeclaration() function in ASTContext
2962 assert(!getObjCMethodRedeclaration(MD) && "MD already has a redeclaration"); in setObjCMethodRedeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3112 getObjCMethodRedeclaration(const ObjCMethodDecl *MD) const;