Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp915 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()
H A DASTContext.cpp2960 void ASTContext::setObjCMethodRedeclaration(const ObjCMethodDecl *MD, in setObjCMethodRedeclaration() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3114 void setObjCMethodRedeclaration(const ObjCMethodDecl *MD,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1174 Reader.getContext().setObjCMethodRedeclaration(MD, in VisitObjCMethodDecl()