Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp987 assert(Record.getASTContext().getObjCMethodRedeclaration(D)); in VisitObjCMethodDecl()
988 Record.AddDeclRef(Record.getASTContext().getObjCMethodRedeclaration(D)); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp964 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this)); in getNextRedeclarationImpl()
H A DASTContext.cpp3142 ASTContext::getObjCMethodRedeclaration(const ObjCMethodDecl *MD) const { in getObjCMethodRedeclaration() function in ASTContext
3148 assert(!getObjCMethodRedeclaration(MD) && "MD already has a redeclaration"); in setObjCMethodRedeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3322 getObjCMethodRedeclaration(const ObjCMethodDecl *MD) const;