Home
last modified time | relevance | path

Searched refs:setAsRedeclaration (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp913 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h268 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4037 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
4061 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()