Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp864 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()
H A DASTContext.cpp2837 void ASTContext::setObjCMethodRedeclaration(const ObjCMethodDecl *MD, in setObjCMethodRedeclaration() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2820 void setObjCMethodRedeclaration(const ObjCMethodDecl *MD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1055 Reader.getContext().setObjCMethodRedeclaration(MD, in VisitObjCMethodDecl()