Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp858 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()
H A DASTContext.cpp2546 void ASTContext::setObjCMethodRedeclaration(const ObjCMethodDecl *MD, in setObjCMethodRedeclaration() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2672 void setObjCMethodRedeclaration(const ObjCMethodDecl *MD,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1015 Reader.getContext().setObjCMethodRedeclaration(MD, in VisitObjCMethodDecl()