Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp861 getASTContext().setObjCMethodRedeclaration(PrevMethod, this); in setAsRedeclaration()
HDASTContext.cpp2759 void ASTContext::setObjCMethodRedeclaration(const ObjCMethodDecl *MD, in setObjCMethodRedeclaration() function in ASTContext
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2738 void setObjCMethodRedeclaration(const ObjCMethodDecl *MD,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1041 Reader.getContext().setObjCMethodRedeclaration(MD, in VisitObjCMethodDecl()